Skip to content

Commit 34aaa34

Browse files
Bump docker/build-push-action from 3 to 6 (#4)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e611173 commit 34aaa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=semver,pattern={{major}}
4949
5050
- name: Build Docker image
51-
uses: docker/build-push-action@v3
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: ./
5454
file: ./Dockerfile
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.DOCKERHUB_TOKEN }}
6969

7070
- name: Push Docker image to DockerHub
71-
uses: docker/build-push-action@v3
71+
uses: docker/build-push-action@v6
7272
if: github.event_name != 'pull_request'
7373
with:
7474
context: ./

0 commit comments

Comments
 (0)