Skip to content

Commit

Permalink
ci(docker): ensure that the docker images are tagged correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Oct 7, 2023
1 parent 298eae8 commit 4486b01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ['master', 'develop']
tags:
- '*'
- 'v*'
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -39,7 +39,9 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=edge,branch=develop
type=ref,event=tag
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 4486b01

Please sign in to comment.