mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-25 01:07:52 +00:00
workflows/release: fix docker debug tags
This commit is contained in:
parent
8454c1b52c
commit
c6bc9fffe9
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -81,18 +81,21 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta-debug
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/headscale
|
${{ secrets.DOCKERHUB_USERNAME }}/headscale
|
||||||
ghcr.io/${{ github.repository_owner }}/headscale
|
ghcr.io/${{ github.repository_owner }}/headscale
|
||||||
|
flavor: |
|
||||||
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}-debug
|
type=semver,pattern={{version}}-debug
|
||||||
type=semver,pattern={{major}}.{{minor}}-debug
|
type=semver,pattern={{major}}.{{minor}}-debug
|
||||||
type=semver,pattern={{major}}-debug
|
type=semver,pattern={{major}}-debug
|
||||||
type=sha-debug
|
type=raw,value=latest-debug
|
||||||
|
type=sha,suffix=-debug
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
@ -110,5 +113,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
file: Dockerfile.debug
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
tags: ${{ steps.meta-debug.outputs.tags }}
|
||||||
|
labels: ${{ steps.meta-debug.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user