We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a0c31 commit 1ddd993Copy full SHA for 1ddd993
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run gherkin-lint
32
33
- name: Build flagd-testbed Docker image
34
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
35
with:
36
context: .
37
file: flagd/Dockerfile
.github/workflows/release-please.yml
@@ -53,7 +53,7 @@ jobs:
53
password: ${{ secrets.GITHUB_TOKEN }}
54
55
- name: Build and push flagd-testbed Docker image
56
57
58
59
0 commit comments