Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 6a9ed03 commit e00a50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
images: geekbeacon/php_base

- name: Build and push Docker image
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: docker/base/Dockerfile
Expand All @@ -43,7 +43,7 @@ jobs:
images: geekbeacon/nixie_www

- name: Build and push Docker image
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: docker/app/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
images: geekbeacon/nixie_www

- name: Build and push Docker image
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: docker/app/Dockerfile
Expand Down

0 comments on commit e00a50e

Please sign in to comment.