We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d49953 + b3a8863 commit 44582ecCopy full SHA for 44582ec
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
65
66
- name: Build and export
67
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
68
with:
69
context: .
70
load: true
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Push to registries
80
if: github.event_name != 'pull_request'
81
82
83
push: true
84
tags: ${{ steps.meta.outputs.tags }}
0 commit comments