Skip to content

Commit

Permalink
Merge pull request #145 from C9Glax/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6.11.0

Bump docker/build-push-action from 6.9.0 to 6.11.0
  • Loading branch information
C9Glax authored Jan 9, 2025
2 parents 0b34ca7 + 2035bc8 commit 5eca8da
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-image-cuttingedge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.11.0
with:
context: ./Website
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.11.0
with:
context: ./Website
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# https://github.com/docker/build-push-action#multi-platform-image
- name: Build and push Website
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.11.0
with:
context: ./Website
file: ./Dockerfile
Expand Down

0 comments on commit 5eca8da

Please sign in to comment.