Skip to content

Commit f7e2c99

Browse files
authored
Merge pull request #322 from chaspy/renovate/docker-build-push-action-4.x
chore(deps): update docker/build-push-action action to v4
2 parents b3b3284 + 8106923 commit f7e2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DOCKER_PASSWORD }}
4343
-
4444
name: Build and push
45-
uses: docker/build-push-action@v2
45+
uses: docker/build-push-action@v4
4646
with:
4747
context: .
4848
file: ./Dockerfile

0 commit comments

Comments
 (0)