Skip to content

Commit fa544fa

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4396ec7 commit fa544fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: build
3232
name: Build
33-
uses: docker/build-push-action@v6
33+
uses: docker/build-push-action@v7
3434
with:
3535
file: ./Containerfile
3636
push: false
@@ -127,7 +127,7 @@ jobs:
127127
uses: docker/setup-buildx-action@v3
128128

129129
- name: Build and push
130-
uses: docker/build-push-action@v6
130+
uses: docker/build-push-action@v7
131131
with:
132132
file: ./Containerfile
133133
push: true
@@ -168,7 +168,7 @@ jobs:
168168
uses: docker/setup-buildx-action@v3
169169

170170
- name: Build and push
171-
uses: docker/build-push-action@v6
171+
uses: docker/build-push-action@v7
172172
with:
173173
file: ./Containerfile
174174
push: true

0 commit comments

Comments
 (0)