mirror of
https://github.com/Ayymoss/Plutainer
synced 2026-08-24 14:32:06 -04:00
Update Docker image path in workflow
This commit is contained in:
parent
0a62e14af6
commit
af4f885871
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ghcr.io/${{ github.repository }}/plutainer
|
||||
images: ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
# set latest tag for default branch
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue