Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 7a2e767

Browse files
dependabot[bot]lubo
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 5bd1bc9 commit 7a2e767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
- name: Build the image
36-
uses: docker/build-push-action@v3
36+
uses: docker/build-push-action@v4
3737
with:
3838
pull: true
3939
push: ${{ github.ref_name == 'master' }}

0 commit comments

Comments
 (0)