We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373cc67 commit 80fdda7Copy full SHA for 80fdda7
.github/workflows/ci.yml
@@ -224,7 +224,7 @@ jobs:
224
username: ${{ secrets.DOCKERHUB_USERNAME }}
225
password: ${{ secrets.DOCKERHUB_TOKEN }}
226
- name: Build and push nightly docker image
227
- uses: docker/build-push-action@v6.11.0
+ uses: docker/build-push-action@v6.15.0
228
with:
229
context: ./pkg/docker
230
file: ./pkg/docker/Dockerfile
@@ -233,7 +233,7 @@ jobs:
233
no-cache: true
234
tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly
235
- name: Build and push latest docker image
236
237
if: startsWith(github.ref, 'refs/tags/v')
238
239
0 commit comments