We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b589011 + 8dadcf7 commit f32ff1cCopy full SHA for f32ff1c
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
echo ::set-output name=tags::${TAGS}
44
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
45
- name: Build and push image to container registry
46
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.0.0
47
with:
48
platforms: linux/amd64,linux/arm64
49
push: ${{ github.event_name != 'pull_request' }}
0 commit comments