We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279aebb + 5289105 commit 6babfc2Copy full SHA for 6babfc2
.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/[email protected].1
+ uses: docker/[email protected].2
47
with:
48
platforms: linux/amd64,linux/arm64
49
push: ${{ github.event_name != 'pull_request' }}
0 commit comments