Skip to content

Commit

Permalink
Merge pull request #408 from OSAlt/renovate/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v6
  • Loading branch information
csg33k authored Sep 4, 2024
2 parents 5a3e4a6 + 98ca87f commit 26d560c
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.7.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.7.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.7.0
with:
context: .
file: docker/app/Dockerfile
Expand Down

0 comments on commit 26d560c

Please sign in to comment.