chore: Test alternative buildx approach #4
Some checks failed
build-image / build-image (push) Failing after 37s
Some checks failed
build-image / build-image (push) Failing after 37s
This commit is contained in:
parent
879c13a440
commit
52f8b84332
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user