Skip to content

Commit 272ef58

Browse files
authoredJun 27, 2024··
chore(deps): bump docker/build-push-action from 5 to 6 (#8)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...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 8a164fb commit 272ef58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "short-sha=$(echo ${{ github.sha }} | cut -c 1-7 )" >> $GITHUB_OUTPUT
9292
- if: github.ref == 'refs/heads/main'
9393
name: Build and push Docker image - main
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
9595
with:
9696
context: .
9797
labels: ${{ steps.meta.outputs.labels }}
@@ -105,7 +105,7 @@ jobs:
105105
${{ env.DOCKER_REPOSITORY }}:latest
106106
- if: github.event_name == 'pull_request'
107107
name: Build and push Docker image - pull request
108-
uses: docker/build-push-action@v5
108+
uses: docker/build-push-action@v6
109109
with:
110110
context: .
111111
labels: ${{ steps.meta.outputs.labels }}
@@ -196,7 +196,7 @@ jobs:
196196
run: |
197197
echo "short-sha=$(echo ${{ github.sha }} | cut -c 1-7 )" >> $GITHUB_OUTPUT
198198
- name: Build and push Docker image
199-
uses: docker/build-push-action@v5
199+
uses: docker/build-push-action@v6
200200
with:
201201
context: .
202202
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)
Please sign in to comment.