diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 3198fe8..eac940f 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -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