Skip to content

Commit

Permalink
Bugfix/push actions improvements (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: alty1224 <[email protected]>
  • Loading branch information
alnur05 and alty1224 authored Jan 22, 2025
1 parent 13364c1 commit a1800df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
file: ${{ matrix.component.file }}
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ env.GITHUB_GROUP }}/${{ matrix.component.name }}:${{ env.TAG_NAME }}_${{ matrix.component.base }}
tags: ghcr.io/${{ env.GITHUB_GROUP }}/${{ matrix.component.name }}:${{ env.TAG_NAME }}
provenance: false
build-args: |
GH_ACCESS_TOKEN=${{ secrets.GH_ACCESS_TOKEN }}
Expand Down

0 comments on commit a1800df

Please sign in to comment.