Skip to content

Commit

Permalink
change: tags pattern
Browse files Browse the repository at this point in the history
403 POST error.
  • Loading branch information
i13302 committed Oct 3, 2023
1 parent 01443f5 commit c930596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: ./${{ matrix.target }}
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ env.TAGS }}
ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ steps.meta.outputs.tags }}
ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:latest
cache-from: type=local,src=/tmp/${{ matrix.target }}/.buildx-cache
cache-to: type=local,dest=/tmp/${{ matrix.target }}/.buildx-cache
Expand Down

0 comments on commit c930596

Please sign in to comment.