Skip to content

Commit 038beaa

Browse files
Merge pull request #68 from LOLINTERNETZ/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents fdf2937 + 6a73d28 commit 038beaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929

3030
- name: Sync - Build and push
3131
id: docker_build_sync
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
file: ./vscoffline/vscsync/Dockerfile
3535
tags: lolinternet/vscsync:latest,lolinternet/vscsync:${{ steps.get_version.outputs.version-without-v }}
3636
push: true
3737

3838
- name: Sync - Build and push
3939
id: docker_build_gallery
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
file: ./vscoffline/vscgallery/Dockerfile
4343
tags: lolinternet/vscgallery:latest,lolinternet/vscgallery:${{ steps.get_version.outputs.version-without-v }}

0 commit comments

Comments
 (0)