Skip to content

Commit c938170

Browse files
renovate[bot]DerMolly
authored andcommitted
chore(deps): update docker/build-push-action digest to 0adf995
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78e913b commit c938170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.DOCKER_PASSWORD }}
4141

4242
- name: Build and push image
43-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
43+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
4444
with:
4545
context: .
4646
file: ./${{ matrix.base }}/Dockerfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "TAGS=$TAGS,$HEDGEDOC_IMAGE:${{ env.HEDGEDOC_VERSION }},$HEDGEDOC_IMAGE:latest" >> $GITHUB_ENV
4040

4141
- name: Build and push image
42-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
42+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
4343
with:
4444
context: .
4545
file: ./${{ matrix.base }}/Dockerfile

0 commit comments

Comments
 (0)