1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 21:47:12 +02:00

add driver options

This commit is contained in:
GilbN 2023-02-12 14:08:02 +01:00
parent 3e0aa6900f
commit a9d7191ef8

View File

@ -54,6 +54,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.2.1
with:
driver-opts: image=moby/buildkit:v0.10.5
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
@ -79,8 +81,6 @@ jobs:
tags: |
docker.io/${{ env.tag }}
ghcr.io/${{ env.tag }}
docker.io/${GITHUB_REPOSITORY,,}:${{ github.ref_name }}${{ github.event.inputs.tag }}
ghcr.io/${GITHUB_REPOSITORY,,}:${{ github.ref_name }}${{ github.event.inputs.tag }}
labels: |
org.opencontainers.image.created=${{ env.created }}
org.opencontainers.image.title=${{ env.title }}