Skip to content

Commit 97a9459

Browse files
chore(deps): update docker/build-push-action action to v4 (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b12216 commit 97a9459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GH_TOKEN }}
4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@v3
41+
uses: docker/build-push-action@v4
4242
with:
4343
context: ${{ matrix.component }}
4444
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)