We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf6f2d commit a4cb9a0Copy full SHA for a4cb9a0
.github/workflows/build-and-deploy.yml
@@ -91,7 +91,7 @@ jobs:
91
password: ${{ secrets.GITHUB_TOKEN }}
92
- name: Build and push
93
id: docker_build
94
- uses: docker/build-push-action@v2.6.1
+ uses: docker/build-push-action@v2.7.0
95
with:
96
push: ${{(github.event_name == 'push' && (contains(github.ref, '/heads/master') || contains(github.ref, '/tags/v')))}}
97
platforms: linux/amd64,linux/arm/v7,linux/arm64
0 commit comments