Skip to content

Commit ca92afe

Browse files
Bump docker/build-push-action from 3 to 5 (alexjustesen#781)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Justesen <[email protected]>
1 parent 92250cb commit ca92afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
type=semver,pattern={{version}},prefix=v
5757
5858
- name: Build and push Docker images
59-
uses: docker/build-push-action@v3
59+
uses: docker/build-push-action@v5
6060
with:
6161
context: .
6262
push: true

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=semver,pattern={{version}},prefix=v
5555
5656
- name: Build and push Docker images
57-
uses: docker/build-push-action@v3
57+
uses: docker/build-push-action@v5
5858
with:
5959
context: .
6060
push: false

0 commit comments

Comments
 (0)