Skip to content

Commit

Permalink
Fix dockerhub image name and add edge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Sep 13, 2023
1 parent d12b083 commit d9bb304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
QuantumDancer/docker-ci-semver-tags-test
quantumdancer/docker-ci-semver-tags-test
ghcr.io/QuantumDancer/docker-ci-semver-tags-test
tags: |
type=edge,branch=main
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
Expand Down

0 comments on commit d9bb304

Please sign in to comment.