We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124dafc commit 15fbc6fCopy full SHA for 15fbc6f
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Build container
64
# yamllint disable-line rule:line-length rule:comments
65
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
66
with:
67
context: .
68
file: ./Containerfile
.github/workflows/container.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Build and push Container image
47
48
49
50
51
0 commit comments