mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-08 18:45:26 -05:00
Fix tags
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user