Skip to content
Open
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.18.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .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@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
with:
context: .
push: true
Expand Down
Loading