Skip to content

Commit

Permalink
fix docker/metadata-action tagging in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed May 24, 2024
1 parent 373e7bf commit 3506207
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ jobs:
images: |
${{ needs.meta.outputs.dockerhub_owner }}/${{ needs.meta.outputs.project_name }}
tags: |
type=ref,event=branch,suffix="-amd64-cuda"
type=ref,event=pr,suffix="-amd64-cuda"
type=semver,pattern={{version}},suffix="-amd64-cuda"
type=semver,pattern={{major}}.{{minor}},suffix="-amd64-cuda"
type=semver,pattern={{major}},suffix="-amd64-cuda"
type=ref,event=branch,suffix=-amd64-cuda
type=ref,event=pr,suffix=-amd64-cuda
type=semver,pattern={{version}},suffix=-amd64-cuda
type=semver,pattern={{major}}.{{minor}},suffix=-amd64-cuda
type=semver,pattern={{major}},suffix=-amd64-cuda
- name: "Build & Push: amd64-cuda"
uses: docker/build-push-action@v5
Expand All @@ -166,11 +166,11 @@ jobs:
images: |
${{ needs.meta.outputs.dockerhub_owner }}/${{ needs.meta.outputs.project_name }}
tags: |
type=ref,event=branch,suffix="-amd64-cpu"
type=ref,event=pr,suffix="-amd64-cpu"
type=semver,pattern={{version}},suffix="-amd64-cpu"
type=semver,pattern={{major}}.{{minor}},suffix="-amd64-cpu"
type=semver,pattern={{major}},suffix="-amd64-cpu"
type=ref,event=branch,suffix=-amd64-cpu
type=ref,event=pr,suffix=-amd64-cpu
type=semver,pattern={{version}},suffix=-amd64-cpu
type=semver,pattern={{major}}.{{minor}},suffix=-amd64-cpu
type=semver,pattern={{major}},suffix=-amd64-cpu
- name: "Build & Push: amd64-cpu"
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 3506207

Please sign in to comment.