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 24888ab commit 3ebd94bCopy full SHA for 3ebd94b
1 file changed
.github/workflows/docker.yml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.DOCKERHUB_PASSWORD }}
41
- name: "Build and push docker image to DockerHub"
42
id: docker_build
43
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
44
with:
45
platforms: linux/amd64,linux/arm64
46
push: ${{ (github.event_name == 'release' && github.event.action == 'created') || github.event.pull_request.head.repo.full_name == github.repository }}
0 commit comments