We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdf2937 + 6a73d28 commit 038beaaCopy full SHA for 038beaa
1 file changed
.github/workflows/docker.yml
@@ -29,15 +29,15 @@ jobs:
29
30
- name: Sync - Build and push
31
id: docker_build_sync
32
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
33
with:
34
file: ./vscoffline/vscsync/Dockerfile
35
tags: lolinternet/vscsync:latest,lolinternet/vscsync:${{ steps.get_version.outputs.version-without-v }}
36
push: true
37
38
39
id: docker_build_gallery
40
41
42
file: ./vscoffline/vscgallery/Dockerfile
43
tags: lolinternet/vscgallery:latest,lolinternet/vscgallery:${{ steps.get_version.outputs.version-without-v }}
0 commit comments