Skip to content

Commit

Permalink
Attempt a fix for semver tagging from the github tag, along with late…
Browse files Browse the repository at this point in the history
…st (which should be auto when using semver according to the docker/metadata-action readme)
  • Loading branch information
othyn committed Nov 18, 2021
1 parent 9de5a12 commit 0cb2664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=true
prefix=
suffix=
tags: |
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 0cb2664

Please sign in to comment.