Skip to content

Commit 80fdda7

Browse files
chore(deps): update docker/build-push-action action to v6.15.0
1 parent 373cc67 commit 80fdda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
username: ${{ secrets.DOCKERHUB_USERNAME }}
225225
password: ${{ secrets.DOCKERHUB_TOKEN }}
226226
- name: Build and push nightly docker image
227-
uses: docker/build-push-action@v6.11.0
227+
uses: docker/build-push-action@v6.15.0
228228
with:
229229
context: ./pkg/docker
230230
file: ./pkg/docker/Dockerfile
@@ -233,7 +233,7 @@ jobs:
233233
no-cache: true
234234
tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly
235235
- name: Build and push latest docker image
236-
uses: docker/build-push-action@v6.11.0
236+
uses: docker/build-push-action@v6.15.0
237237
if: startsWith(github.ref, 'refs/tags/v')
238238
with:
239239
context: ./pkg/docker

0 commit comments

Comments
 (0)