Skip to content

Commit

Permalink
Merge pull request #1041 from eyra/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
MelchiorKokernoot authored Jan 16, 2025
2 parents 8f04a72 + 59f5eaf commit 128485e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# type=raw,value=latest,enable={{is_default_branch}}

- name: Build and push Docker image
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
with:
context: core
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker Image (dev target) with cache
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 128485e

Please sign in to comment.