Skip to content

Commit 883a0d8

Browse files
chore(deps): update docker/build-push-action action to v4 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81e5085 commit 883a0d8

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
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GH_TOKEN }}
4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@v3
42+
uses: docker/build-push-action@v4
4343
with:
4444
context: .
4545
push: ${{ github.event_name != 'pull_request' && ( github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/projects-bot' ) }}

0 commit comments

Comments
 (0)