Skip to content

Commit

Permalink
Merge pull request #33 from Tverous/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
Tverous authored Jul 16, 2024
2 parents 32bd833 + af3c58f commit 19b2ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build and push base image
id: docker_build_base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./base.dockerfile
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Build and push devel image
id: docker_build_devel
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./base-devel.dockerfile
Expand Down

0 comments on commit 19b2ee7

Please sign in to comment.