We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3346229 + c2e7027 commit 987b6f1Copy full SHA for 987b6f1
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
63
64
- name: Build and export
65
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
66
with:
67
context: .
68
load: true
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Push to registries
78
if: github.event_name != 'pull_request'
79
80
81
push: true
82
tags: ${{ steps.meta.outputs.tags }}
0 commit comments