mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix dev image publishing
This commit is contained in:
parent
9a8d79ccbc
commit
d4bdb61872
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-dev-image.yaml
vendored
4
.github/workflows/publish-dev-image.yaml
vendored
|
|
@ -41,6 +41,6 @@ jobs:
|
|||
VERSION=${{ steps.gathervars.outputs.VERSION }}
|
||||
context: ./docker/development
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:latest
|
||||
ghcr.io/${{ github.repository }}:${{ steps.gathervars.outputs.VERSION }}
|
||||
ghcr.io/${{ github.repository }}-dev:latest
|
||||
ghcr.io/${{ github.repository }}-dev:${{ steps.gathervars.outputs.VERSION }}
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue