Skip to content

Commit

Permalink
ci: bump docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Jan 8, 2025
1 parent 08a56a1 commit 10bef64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-ontop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
${{ steps.calculate-docker-tags.outputs.docker-tags }}
- name: Push Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
id: docker_build_and_push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.build_version }}
- name: Push Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
id: docker_build_and_push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
${{ steps.generate-tags.outputs.ubuntu-tags }}
- name: Build and Push Release Ubuntu Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
id: docker_build
with:
context: ${{ steps.release_dockerfile.outputs.release_dir }}
Expand Down

0 comments on commit 10bef64

Please sign in to comment.