Skip to content

Commit

Permalink
Fix tags for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mliezun committed May 4, 2024
1 parent 828c0c6 commit 0740d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
build-args: PY_VERSION=${{ matrix.python-version }}
tags: ${{ github.ref_name }}-py${{ matrix.python-version }},latest-py${{ matrix.python-version }}
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-py${{ matrix.python-version }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-py${{ matrix.python-version }}"
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 0740d77

Please sign in to comment.