Skip to content

Commit 7d5a6c2

Browse files
committed
Updateded release.yml
1 parent 1395604 commit 7d5a6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
5757
- name: Push Docker image
5858
run: |
59-
IMAGE_ID=docker.pkg.github.com/pontius/${{ env.IMAGE_NAME }}
59+
IMAGE_ID=docker.pkg.github.com/pontiussoftware/swissqr-api/${{ env.IMAGE_NAME }}
6060
# Use Docker `latest` tag convention
6161
[ "$VERSION" == "master" ] && VERSION=latest
6262
echo IMAGE_ID=$IMAGE_ID

0 commit comments

Comments
 (0)