Skip to content

Commit

Permalink
Fixed github actions build file
Browse files Browse the repository at this point in the history
  • Loading branch information
alafon committed Aug 15, 2023
1 parent 98ad9e8 commit 7922742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v4
with:
context: "./${{ matrix.image }}/${{ matrix.subdir }}"
context: "{{defaultContext}}:${{ matrix.image }}/${{ matrix.subdir }}"
file: ./Dockerfile
push: true
tags: "${{ matrix.image }}:${{ matrix.subdir }}"

0 comments on commit 7922742

Please sign in to comment.