Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and push Docker images
if: steps.meta.outputs.generate_image == 'true'
id: dbuild
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.15.0
with:
context: .
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
latest=true
- name: Build and push Docker images
id: dbuild
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@548776e8d0d44ea63feed0c8a944e6235fc63eee
with:
context: .
push: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
flavor: |
latest=true
- name: Build and push devc Docker images
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.15.0
with:
context: .
push: true
Expand Down
Loading