Skip to content

Commit ebedf26

Browse files
authored
Upgrade docker/build-push-action (#383)
1 parent b135766 commit ebedf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=semver,pattern={{version}}
4848
type=semver,pattern={{major}}.{{minor}}
4949
50-
- uses: docker/build-push-action@v3
50+
- uses: docker/build-push-action@v4
5151
with:
5252
context: .
5353
push: ${{ steps.login.outcome != 'skipped' }}

0 commit comments

Comments
 (0)