Skip to content

Commit 9cf0938

Browse files
Bump docker/build-push-action from 2 to 5 (#1247)
1 parent 6f439f0 commit 9cf0938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type=semver,pattern={{major}}.{{minor}}
4343
4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@v2
45+
uses: docker/build-push-action@v5
4646
with:
4747
context: .
4848
push: true
@@ -82,7 +82,7 @@ jobs:
8282
type=semver,pattern={{major}}.{{minor}}
8383
8484
- name: Build and push Docker image
85-
uses: docker/build-push-action@v2
85+
uses: docker/build-push-action@v5
8686
with:
8787
context: .
8888
push: true

0 commit comments

Comments
 (0)