Commit 51c433e 1 parent f83ff75 commit 51c433e Copy full SHA for 51c433e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : Build and Push Docker Image
34
34
run : |
35
- docker build -t ghcr.io/bardin08 /trumpee-gateway:${{ github.event.release.tag_name}} --build-arg NUGET_API_KEY=${{ secrets.SECRET_TOKEN }} .
36
- docker tag ghcr.io/bardin08 /trumpee-gateway:${{ github.event.release.tag_name}} ghcr.io/bardin08 /trumpee-gateway:latest
37
- docker push ghcr.io/bardin08 /trumpee-gateway --all-tags
35
+ docker build -t ghcr.io/trumpee /trumpee-gateway:${{ github.event.release.tag_name}} --build-arg NUGET_API_KEY=${{ secrets.SECRET_TOKEN }} .
36
+ docker tag ghcr.io/trumpee /trumpee-gateway:${{ github.event.release.tag_name}} ghcr.io/trumpee /trumpee-gateway:latest
37
+ docker push ghcr.io/trumpee /trumpee-gateway --all-tags
You can’t perform that action at this time.
0 commit comments