Skip to content

Commit

Permalink
fix(workflows): use name instead of identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed Apr 27, 2024
1 parent d4f906c commit a738aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
context: ./
push: true
file: ${{ matrix.package.path }}/Dockerfile.prod
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.package.identifier }}:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/${{ matrix.package.identifier }}:latest
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:latest

generate-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a738aa3

Please sign in to comment.