Skip to content

Commit

Permalink
chore(deps): 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 3, 2024
1 parent 6fc1dd2 commit 96d6f18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{secrets.DOCKER_HUB_ACCESS_TOKEN}}

- name: Build and test Alpine Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./alpine/Dockerfile
context: ./alpine
Expand All @@ -37,7 +37,7 @@ jobs:
echo ::set-output name=TAGS::xfournet/jready:${GITHUB_REF#refs/tags/},xfournet/jready:alpine
- name: Build and publish Alpine Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./alpine/Dockerfile
context: ./alpine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-busybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{secrets.DOCKER_HUB_ACCESS_TOKEN}}

- name: Build and test Busybox Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./busybox/Dockerfile
context: ./busybox
Expand All @@ -37,7 +37,7 @@ jobs:
echo ::set-output name=TAGS::xfournet/jready:${GITHUB_REF#refs/tags/},xfournet/jready:busybox
- name: Build and publish Busybox Docker image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./busybox/Dockerfile
context: ./busybox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

- name: Build and test Alpine Docker image
id: alpine_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./alpine/Dockerfile
context: ./alpine
target: test

- name: Build and test Busybox Docker image
id: busybox_build
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6.3.0
with:
file: ./busybox/Dockerfile
context: ./busybox
Expand Down

0 comments on commit 96d6f18

Please sign in to comment.