Skip to content

Commit

Permalink
Fix docker tags (semver with 'v' and full sha) (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Aug 22, 2022
1 parent ad27e8c commit 5ba709a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=sha
type=semver,pattern={{raw}}
type=sha,prefix=,format=long
labels: |
org.opencontainers.image.url=https://arr.ai
Expand All @@ -40,6 +40,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
pull: true
load: true
push: false
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -65,6 +66,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
pull: true
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5ba709a

Please sign in to comment.