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 Jul 10, 2024
1 parent b8bc3af commit 4cf59d3
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.3.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.3.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.3.0
with:
context: .
file: docker/app/Dockerfile
Expand Down

0 comments on commit 4cf59d3

Please sign in to comment.