Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
changed filename to matrix.filename
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas authored Sep 24, 2023
1 parent 1ae052b commit 7af09c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.${{ filename }}
file: Dockerfile.${{ matrix.filename }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ matrix.filename }}:${{ matrix.architecture }}-latest
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 7af09c7

Please sign in to comment.