We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6ada commit 69e3b44Copy full SHA for 69e3b44
.github/workflows/build-docker-images.yml
@@ -133,7 +133,7 @@ jobs:
133
134
- name: Set up Docker Buildx
135
if: steps.should_skip.outputs.skip != 'true'
136
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
137
id: buildx
138
139
- name: Setup Java and Maven
@@ -184,7 +184,7 @@ jobs:
184
185
- name: Build ${{ matrix.image_stage }} image stage for ${{ matrix.name }}
186
187
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
188
with:
189
context: .
190
build-args: MAVEN_OPTS=-Dmaven.repo.local=/root/.m2/repository
0 commit comments