chore: Test alternative buildx approach #4
build-image / build-image (push) Failing after 37s Details

This commit is contained in:
Danny Bessems 2024-06-05 21:08:49 +10:00
parent 879c13a440
commit 52f8b84332
1 changed files with 12 additions and 12 deletions

View File

@ -24,18 +24,18 @@ jobs:
# #
# https://github.com/docker/metadata-action # https://github.com/docker/metadata-action
# #
# - name: Docker meta - name: Docker meta
# id: meta id: meta
# uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
# with: with:
# images: | images: |
# gitea.example.com/xyz/alpine code.spamasaurus.com/djpbessems/alpine
# tags: | tags: |
# type=schedule,pattern={{date 'YYYYMMDDHHMM'}} type=schedule,pattern={{date 'YYYYMMDDHHMM'}}
# type=semver,pattern={{version}} type=semver,pattern={{version}}
# type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
# type=semver,pattern={{major}} type=semver,pattern={{major}}
# type=sha type=sha
- name: Set up Docker Context for Buildx - name: Set up Docker Context for Buildx
id: buildx-context id: buildx-context
run: | run: |