Skip to content

Commit 51c433e

Browse files
committed
Update package registry
1 parent f83ff75 commit 51c433e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docker_image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Build and Push Docker Image
3434
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

0 commit comments

Comments
 (0)