We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3adad0f + e787566 commit 6e72634Copy full SHA for 6e72634
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
65
66
- name: Build and export
67
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
68
with:
69
context: .
70
load: true
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Push to registries
87
if: github.event_name != 'pull_request'
88
89
90
push: true
91
tags: ${{ steps.meta.outputs.tags }}
0 commit comments