We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b3d79 commit 9ebae09Copy full SHA for 9ebae09
1 file changed
.github/workflows/build.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Build and push Docker image
96
if: ${{ github.event_name != 'pull_request' }}
97
id: build-and-push
98
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
99
with:
100
context: ${{ matrix.context }}
101
platforms: linux/amd64,linux/arm64
@@ -107,7 +107,7 @@ jobs:
107
- name: Build Docker image
108
if: ${{ github.event_name == 'pull_request' }}
109
id: build-and-save
110
111
112
113
push: false
0 commit comments