We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce66d77 commit 98f8627Copy full SHA for 98f8627
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
29
30
- name: Build Container 🏗️
31
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6
32
with:
33
context: .
34
push: false
@@ -120,7 +120,7 @@ jobs:
120
121
122
- name: Build and push 🏗️
123
124
125
126
platforms: linux/amd64,linux/arm64
0 commit comments