Skip to content

Commit

Permalink
chore: fix old docker image references
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Feb 5, 2025
1 parent 974b7b3 commit 0bae7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/development/deploy-development-image.sh
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 0bae7e4

Please sign in to comment.