We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9930132 commit bec8a96Copy full SHA for bec8a96
.github/workflows/companion-deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
username: ${{secrets.DOCKER_USERNAME}}
64
password: ${{secrets.DOCKER_PASSWORD}}
65
- name: Build and push
66
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
67
with:
68
push: true
69
context: .
.github/workflows/release.yml
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments