Update Docker image path in workflow

This commit is contained in:
Amos 2025-09-06 12:46:18 +01:00 committed by GitHub
parent 0a62e14af6
commit af4f885871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}