Skip to content

Commit 1ddd993

Browse files
chore(deps): update docker/build-push-action digest to 0adf995 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34a0c31 commit 1ddd993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run gherkin-lint
3232

3333
- name: Build flagd-testbed Docker image
34-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
34+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
3535
with:
3636
context: .
3737
file: flagd/Dockerfile

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Build and push flagd-testbed Docker image
56-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
56+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
5757
with:
5858
context: .
5959
file: flagd/Dockerfile

0 commit comments

Comments
 (0)