chore: fix old docker image references

This commit is contained in:
Elias Schneider
2025-02-05 18:46:31 +01:00
parent 974b7b3c34
commit 0bae7e4f53
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ jobs:
-e APP_ENV=test \
-e DB_PROVIDER=postgres \
-e POSTGRES_CONNECTION_STRING=postgresql://postgres:postgres@pocket-id-db:5432/pocket-id \
stonith404/pocket-id:test
pocket-id/pocket-id:test
- name: Run Playwright tests
working-directory: ./frontend

View File

@@ -1 +1 @@
docker buildx build --push --tag pocket-id/pocket-id:development --platform linux/amd64,linux/arm64 .
docker buildx build --push --tag ghcr.io/pocket-id/pocket-id:development --platform linux/amd64,linux/arm64 .