File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.DOCKER_PASSWORD }}
41
41
42
42
- name : Build and push image
43
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
43
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
44
44
with :
45
45
context : .
46
46
file : ./${{ matrix.base }}/Dockerfile
Original file line number Diff line number Diff line change 39
39
run : echo "TAGS=$TAGS,$HEDGEDOC_IMAGE:${{ env.HEDGEDOC_VERSION }},$HEDGEDOC_IMAGE:latest" >> $GITHUB_ENV
40
40
41
41
- name : Build and push image
42
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
42
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
43
43
with :
44
44
context : .
45
45
file : ./${{ matrix.base }}/Dockerfile
You can’t perform that action at this time.
0 commit comments