We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afedb82 commit 51ab44bCopy full SHA for 51ab44b
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
uses: actions/checkout@v4
137
138
- name: Build Docker image
139
- uses: docker/build-push-action@v6.10.0
+ uses: docker/build-push-action@v6.11.0
140
env:
141
DOCKER_BUILD_SUMMARY: false
142
DOCKER_BUILD_RECORD_UPLOAD: false
.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
password: ${{ secrets.DOCKERHUB_PASSWORD }}
63
64
65
66
67
68
0 commit comments