Skip to content

Commit

Permalink
build.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Mar 11, 2022
1 parent 346590f commit 9602167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
with:
context: .
file: docker/${{ matrix.container }}/Dockerfile.build
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: ${{ matrix.platforms }}
- name: Push experimental
if: ${{ github.ref == 'refs/heads/experimental' }}
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 9602167

Please sign in to comment.