We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124dafc commit feced6aCopy full SHA for feced6a
.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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
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