Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 20, 2023
1 parent 46f3ec1 commit 7bca9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: "$GITHUB_WORKSPACE/docker/Dockerfile"
file: "$GITHUB_WORKSPACE/docker/Dockerfile"
build-args: TAG=${{ matrix.distro }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7bca9eb

Please sign in to comment.