We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a148e commit b546990Copy full SHA for b546990
.github/workflows/ci.yaml
@@ -106,7 +106,7 @@ jobs:
106
run: git config --global url."https://${GITHUB_BUILD_USERNAME}:${GITHUB_BUILD_TOKEN}@github.com".insteadOf "https://github.com"
107
108
- name: Build and push Docker image
109
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
110
with:
111
context: .
112
push: true
0 commit comments