Skip to content

Commit bf894a9

Browse files
dependabot[bot]NeverMendel
authored andcommitted
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3036d20 commit bf894a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Build Docker Image
14-
uses: docker/build-push-action@v4
14+
uses: docker/build-push-action@v5
1515
with:
1616
context: .
1717
push: false

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
type=semver,pattern={{major}}.{{minor}}
3434
3535
- name: Build and push Docker image
36-
uses: docker/build-push-action@v4
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: .
3939
push: true

0 commit comments

Comments
 (0)