Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wahlin committed Sep 22, 2022
1 parent a2e2e02 commit c1f5b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: https://registry.hub.docker.com/danwahlin/nginx-angular-jumpstart:${{ github.sha }}
tags: danwahlin/nginx-angular-jumpstart:${{ github.sha }}
file: ./.docker/nginx.dockerfile
context: ./

Expand Down

0 comments on commit c1f5b03

Please sign in to comment.