mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-22 02:04:09 -05:00
use latest tag via env
This commit is contained in:
parent
90eaee00f7
commit
d2cf9a429d
3
.github/workflows/github-actions.yml
vendored
3
.github/workflows/github-actions.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: deathgarden-api-rebirth
|
||||
PUSH_TAG: latest
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
|
@ -39,5 +40,5 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ${{ env.PUSH_TAG }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Loading…
Reference in New Issue
Block a user