We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dc5ae commit 83a60dbCopy full SHA for 83a60db
.github/workflows/publish.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Build and Push the Docker image
95
id: push
96
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
97
with:
98
context: .
99
file: Dockerfile
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
61
62
- name: Build the Docker image
63
64
65
66
0 commit comments