Switch to new Docker driver
This commit is contained in:
parent
a314379091
commit
6985f4dbe8
3
.github/workflows/docker_publish.yml
vendored
3
.github/workflows/docker_publish.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ inputs.release }}
|
ref: ${{ inputs.release }}
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user