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 42
42
password : ${{ secrets.GITHUB_TOKEN }}
43
43
44
44
- name : Build and push
45
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
45
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
46
46
with :
47
47
tags : |-
48
48
ghcr.io/${{ github.repository }}:${{ steps.repo.outputs.version }}
Original file line number Diff line number Diff line change 50
50
- name : Set up Docker Buildx
51
51
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
52
52
- name : Build contianer
53
- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
53
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
54
54
with :
55
55
push : false
56
56
tags : ci.local/crocochrome:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments