Skip to content

Commit f759530

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump docker/build-push-action from 5.2.0 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f6b673 commit f759530

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535

3636
- name: Build and push latest Debian image
37-
uses: docker/build-push-action@v5.2.0
37+
uses: docker/build-push-action@v5.3.0
3838
with:
3939
context: ./src
4040
file: ./src/Dockerfile
@@ -64,7 +64,7 @@ jobs:
6464
password: ${{ secrets.DOCKERHUB_TOKEN }}
6565

6666
- name: Build and push latest Alpine image
67-
uses: docker/build-push-action@v5.2.0
67+
uses: docker/build-push-action@v5.3.0
6868
with:
6969
context: ./src
7070
file: ./src/Dockerfile-alpine

.github/workflows/build_tags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
3131

3232
- name: Build and push all Debian images
33-
uses: docker/build-push-action@v5.2.0
33+
uses: docker/build-push-action@v5.3.0
3434
with:
3535
context: ./src
3636
file: ./src/Dockerfile
@@ -70,7 +70,7 @@ jobs:
7070
run: bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
7171

7272
- name: Build and push all Alpine images
73-
uses: docker/build-push-action@v5.2.0
73+
uses: docker/build-push-action@v5.3.0
7474
with:
7575
context: ./src
7676
file: ./src/Dockerfile-alpine

0 commit comments

Comments
 (0)