Skip to content

Commit e8c427a

Browse files
dependabot[bot]sjoerdsimons
authored andcommitted
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 23f68df commit e8c427a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8383

8484
- name: Build and push Docker image
85-
uses: docker/build-push-action@v3
85+
uses: docker/build-push-action@v4
8686
with:
8787
context: .
8888
push: true

0 commit comments

Comments
 (0)