Skip to content

Commit

Permalink
prefix docker tag versions with 'v'
Browse files Browse the repository at this point in the history
  • Loading branch information
offlinehacker committed Jan 11, 2022
1 parent b8fe99d commit 922e26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
xtruder/nix-devcontainer
ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=edge,branch=main
- name: Build and push docker image to dockerhub
Expand Down

0 comments on commit 922e26c

Please sign in to comment.