mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:55:40 -04:00
ci: update docker build workflow
This commit is contained in:
3
.github/workflows/deploy-docker.yml
vendored
3
.github/workflows/deploy-docker.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
||||
- name: "⚙️ Set up Docker Buildx"
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: latest
|
||||
driver-opts: 'image=moby/buildkit:v0.10.5'
|
||||
|
||||
- name: "⚙️ Login to DockerHub"
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user