Skip to content

Commit 4332592

Browse files
chore(deps): update docker/build-push-action digest to 0adf995
1 parent f1ad635 commit 4332592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- id: build-ci
9696
env:
9797
ENVIRONMENT: ci
98-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
98+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
9999
with:
100100
target: ${{ env.ENVIRONMENT }}
101101
cache-from: |
@@ -120,7 +120,7 @@ jobs:
120120
- if: ${{ github.event_name != 'pull_request' }}
121121
env:
122122
ENVIRONMENT: dev
123-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
123+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
124124
with:
125125
target: ${{ env.ENVIRONMENT }}
126126
cache-from: |
@@ -131,7 +131,7 @@ jobs:
131131
push: ${{ github.event_name != 'pull_request' }}
132132

133133
- if: ${{ github.event_name != 'pull_request' }}
134-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
134+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
135135
with:
136136
cache-from: |
137137
${{ env.GHCR_IMAGE_NAME }}:dev

0 commit comments

Comments
 (0)