Skip to content

Commit

Permalink
Merge pull request #68 from LOLINTERNETZ/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
tristan-morris authored Dec 18, 2024
2 parents fdf2937 + 6a73d28 commit 038beaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

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

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

0 comments on commit 038beaa

Please sign in to comment.