Testing tags

This commit is contained in:
2024-01-15 19:14:31 -06:00
parent a93651565a
commit 3e4af3ef59

View File

@@ -35,6 +35,8 @@ jobs:
- name: Extract metadata for registry - name: Extract metadata for registry
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
tags: |
type=raw,value=latest,enable={{is_default_branch}}
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -43,5 +45,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: "gitea.taco.quest/mindfang/pterodactyl-panel:latest" tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}