Skip to content

Commit

Permalink
actions: fix docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJorge148 committed Sep 11, 2024
1 parent 7f5ab78 commit ddd842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: docker build -t pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }} .

- name: Push image
run: docker push pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }} .
run: docker push pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }}

0 comments on commit ddd842a

Please sign in to comment.