Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Dec 14, 2023
1 parent bc24b35 commit 9eaff0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
flavor: |
latest=false
tags: |
type=ref,prefix="base.",event=pr
type=semver,prefix="base.",pattern={{version}}
type=semver,prefix="base.",pattern={{major}}.{{minor}}
type=raw,prefix="base.",value=edge,enable={{is_default_branch}}
type=ref,prefix=base.,event=pr
type=semver,prefix=base.,pattern={{version}}
type=semver,prefix=base.,pattern={{major}}.{{minor}}
type=raw,prefix=base.,value=edge,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: ["static", "dynamic"]
type: [static, dynamic]
steps:
- name: Extract Docker metadata
id: meta
Expand All @@ -66,11 +66,11 @@ jobs:
flavor: |
latest=false
tags: |
type=ref,prefix="{{ matrix.type }}.",event=pr
type=semver,prefix="{{ matrix.type }}.",pattern={{version}}
type=semver,prefix="{{ matrix.type }}.",pattern={{major}}.{{minor}}
type=ref,prefix={{ matrix.type }}.,event=pr
type=semver,prefix={{ matrix.type }}.,pattern={{version}}
type=semver,prefix={{ matrix.type }}.,pattern={{major}}.{{minor}}
type=raw,value=edge,enable={{is_default_branch}}
type=raw,value=latest,enable={{ matrix.type == 'static' }}
type=raw,value=latest,enable={{ is_default_branch && matrix.type == 'static' }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 9eaff0f

Please sign in to comment.