Skip to content

Commit

Permalink
fix(docker): publish workflow (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-humann authored Aug 22, 2023
1 parent 337a56a commit 67eb3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- name: Publish Docker image
uses: docker/build-push-action@v4
with:
context: ./docker/{{ matrix.os }}
context: ./docker/${{ matrix.os }}
push: true
tags: ${{ steps.meta.outputs.tags }}-{{ matrix.os }}
tags: ${{ steps.meta.outputs.tags }}-${{ matrix.os }}
labels: ${{ steps.meta.outputs.labels }}
strategy:
matrix:
Expand Down

0 comments on commit 67eb3c7

Please sign in to comment.