Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 167dafe

Browse files
Ensure we hit the right metadata job for naev-artwork.
1 parent ca7fb41 commit 167dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v2
4747
- name: Generate image metadata
4848
id: docker_meta
49-
if: ${{ matrix.arch != 'aarch64' }}
49+
if: ${{ matrix.arch != 'aarch64' || matrix.imagename == 'naev-artwork' }}
5050
uses: crazy-max/ghaction-docker-meta@v3
5151
with:
5252
images: ghcr.io/naev/${{ matrix.imagename }}

0 commit comments

Comments
 (0)