Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 25, 2024
1 parent 466cebb commit 602f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username ${DOCKER_USERNAME} --password-stdin
- name: Tag image versions
run: |
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 }}
- name: Tag versions
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 602f6bd

Please sign in to comment.