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
|
||||
#
|
||||
# - name: Docker meta
|
||||
# id: meta
|
||||
# uses: docker/metadata-action@v5
|
||||
# with:
|
||||
# images: |
|
||||
# gitea.example.com/xyz/alpine
|
||||
# tags: |
|
||||
# type=schedule,pattern={{date 'YYYYMMDDHHMM'}}
|
||||
# type=semver,pattern={{version}}
|
||||
# type=semver,pattern={{major}}.{{minor}}
|
||||
# type=semver,pattern={{major}}
|
||||
# type=sha
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
code.spamasaurus.com/djpbessems/alpine
|
||||
tags: |
|
||||
type=schedule,pattern={{date 'YYYYMMDDHHMM'}}
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha
|
||||
- name: Set up Docker Context for Buildx
|
||||
id: buildx-context
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user