Skip to content

Commit

Permalink
typo in docker buildx context path
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Garcia committed Dec 15, 2023
1 parent 59a0e17 commit 0dc6c62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-autobuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
id: build
uses: docker/[email protected]
with:
context: ./${{ matrix.container }}
file: ./${{ matrix.container }}/Dockerfile
context: containers/${{ matrix.container }}
file: containers/${{ matrix.container }}/Dockerfile
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:
id: build
uses: docker/[email protected]
with:
context: ./${{ matrix.context }}
file: ./${{ matrix.context }}/Dockerfile
context: containers/${{ matrix.context }}
file: containers/${{ matrix.context }}/Dockerfile
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
Expand Down

0 comments on commit 0dc6c62

Please sign in to comment.