Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Jan 5, 2024
1 parent 4e43f16 commit c58b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
- name: Generate image metadata
id: docker_meta
if: ${{ matrix.imagename == 'naev-artwork' }}
if: ${{ matrix.imagename != 'naev-artwork' }}
uses: docker/metadata-action@v4
with:
images: ghcr.io/naev/${{ matrix.imagename }}
Expand Down

0 comments on commit c58b511

Please sign in to comment.