Merge pull request #227 from gitroomhq/ci-docker-github-typo

bugfix: github typo in docker workflow
This commit is contained in:
James Read 2024-09-10 10:15:05 +01:00 committed by GitHub
commit fda68fb22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@ jobs:
- name: docker tag
run: |
docker tag localhost/postiz ghcr.io/githubhq/postiz-app:${{ env.DATE }}
docker push ghcr.io/githubhq/postiz-app:${{ env.DATE }}
docker tag localhost/postiz ghcr.io/gitroomhq/postiz-app:${{ env.DATE }}
docker push ghcr.io/gitroomhq/postiz-app:${{ env.DATE }}
docker tag localhost/postiz-devcontainer ghcr.io/githubhq/postiz-app:${{ env.DATE }}
docker push ghcr.io/githubhq/postiz-devcontainer:${{ env.DATE }}
docker tag localhost/postiz-devcontainer ghcr.io/gitroomhq/postiz-app:${{ env.DATE }}
docker push ghcr.io/gitroomhq/postiz-devcontainer:${{ env.DATE }}