Skip to content

Commit

Permalink
Fix docker tag for pr and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Mar 20, 2024
1 parent 1909c8d commit cb930b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Expand Up @@ -29,6 +29,9 @@ jobs:
# set latest tag for master branch
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit cb930b9

Please sign in to comment.