Skip to content

Commit

Permalink
chore: add sha tag for containers (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
torsdag committed Mar 15, 2023
1 parent d3651a5 commit ecc3032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Expand Up @@ -104,10 +104,13 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
env:
DOCKER_METADATA_PR_HEAD_SHA: true
with:
tags: |
type=ref,event=branch
type=ref,event=pr
type=sha
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit ecc3032

Please sign in to comment.