Skip to content

Commit

Permalink
Use correct registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent e008a5f commit fd6480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.image_name }}:latest
tags: ${{ env.REGISTRY }}/${{ github.repository }}_${{ env.image_name }}:latest
build-args: |
python_version=${{ matrix.python_version }}
target=${{ matrix.target }}
Expand Down

0 comments on commit fd6480e

Please sign in to comment.