mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-04 12:17:13 +00:00
chore(deps): update docker/build-push-action action to v4.1.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc22d9c05c
commit
7ce0acbaaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
|
||||
with:
|
||||
push: true
|
||||
file: ${{ matrix.component}}/docker/Dockerfile
|
||||
|
|
Loading…
Reference in a new issue