We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466cebb commit 602f6bdCopy full SHA for 602f6bd
.github/workflows/docker-push.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${DOCKER_USERNAME} --password-stdin
61
- name: Tag image versions
62
run: |
63
- docker image tag ${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
+ docker image tag us-docker.pkg.dev/oplabs-tools-artifacts/images/${{ matrix.image }} ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
64
65
- name: Tag versions
66
if: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments