Skip to content

Commit

Permalink
Update package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed May 17, 2024
1 parent f83ff75 commit 51c433e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:

- name: Build and Push Docker Image
run: |
docker build -t ghcr.io/bardin08/trumpee-gateway:${{ github.event.release.tag_name}} --build-arg NUGET_API_KEY=${{ secrets.SECRET_TOKEN }} .
docker tag ghcr.io/bardin08/trumpee-gateway:${{ github.event.release.tag_name}} ghcr.io/bardin08/trumpee-gateway:latest
docker push ghcr.io/bardin08/trumpee-gateway --all-tags
docker build -t ghcr.io/trumpee/trumpee-gateway:${{ github.event.release.tag_name}} --build-arg NUGET_API_KEY=${{ secrets.SECRET_TOKEN }} .
docker tag ghcr.io/trumpee/trumpee-gateway:${{ github.event.release.tag_name}} ghcr.io/trumpee/trumpee-gateway:latest
docker push ghcr.io/trumpee/trumpee-gateway --all-tags

0 comments on commit 51c433e

Please sign in to comment.