mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ci): restore Docker Hub image name to personal repo
The Docker Hub image remains under johannesjo/ to maintain existing references for users, while the GitHub repo moved to super-productivity/
This commit is contained in:
parent
f9656ceb70
commit
a8cf4378da
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish-to-hub-docker.yml
vendored
5
.github/workflows/publish-to-hub-docker.yml
vendored
|
|
@ -28,11 +28,14 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
# Note: Docker Hub image is under johannesjo/ (personal account) while
|
||||
# the GitHub repo is under super-productivity/ org. This is intentional
|
||||
# to maintain existing Docker image references for users.
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
|
||||
with:
|
||||
images: super-productivity/super-productivity
|
||||
images: johannesjo/super-productivity
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue