mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Fix tags
This commit is contained in:
parent
a31ff98945
commit
57b813265f
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -51,7 +51,6 @@ jobs:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: splatoon2ink/app
|
||||
TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || 'staging' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -68,7 +67,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user