Skip to content

Commit 602f6bd

Browse files
committed
pls work
1 parent 466cebb commit 602f6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${DOCKER_USERNAME} --password-stdin
6161
- name: Tag image versions
6262
run: |
63-
docker image tag ${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
63+
docker image tag us-docker.pkg.dev/oplabs-tools-artifacts/images/${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
6464
6565
- name: Tag versions
6666
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)