Skip to content

Commit bcc335b

Browse files
chore: Update docker/build-push-action digest to 2634353
1 parent 217601b commit bcc335b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: Build and push
45-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
45+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
4646
with:
4747
tags: |-
4848
ghcr.io/${{ github.repository }}:${{ steps.repo.outputs.version }}

.github/workflows/push-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Docker Buildx
5151
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
5252
- name: Build contianer
53-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
53+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5454
with:
5555
push: false
5656
tags: ci.local/crocochrome:${{ github.sha }}

0 commit comments

Comments
 (0)