Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Try to have docker image tag also include the sha
  • Loading branch information
somathias authored Feb 2, 2024
1 parent 2603c1f commit 2251858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
images: ${{ matrix.images }}
tags: |
type=ref,event=branch
type=ref,event=branch,suffix={{sha}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 2251858

Please sign in to comment.