Skip to content

Commit

Permalink
Update docker/build-push-action action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 906a070 commit dd400c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Build image for tests
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build and push for Docker Hub
id: docker_build
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64,linux/arm64/v8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Build image for tests
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build for ARM v7 (caching)
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/arm/v7
Expand All @@ -73,7 +73,7 @@ jobs:
GECKODRIVER_VERSION=${{ env.GECKODRIVER_VERSION }}
- name: Build and push all to Docker Hub
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/arm/v7,linux/amd64,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Build image for tests
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Build image for tests
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
platforms: linux/amd64
Expand Down

0 comments on commit dd400c6

Please sign in to comment.