Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Apr 12, 2024
1 parent 5dce525 commit a02f634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: localhost:6000/consumer-api
output: type=registry,dest=localhost:6000/consumer-api
outputs: type=registry,dest=localhost:6000/consumer-api

- name: Build Admin Api
uses: docker/build-push-action@v5
Expand All @@ -102,7 +102,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: localhost:6000/admin-ui
output: type=registry,dest=localhost:6000/admin-ui
outputs: type=registry,dest=localhost:6000/admin-ui

- name: Build Seed Client
uses: docker/build-push-action@v5
Expand All @@ -112,7 +112,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: localhost:6000/seed-client
output: type=registry,dest=localhost:6000/seed-client
outputs: type=registry,dest=localhost:6000/seed-client

- name: Run integration tests
run: ./.ci/integrationTest.postgres.sh
Expand Down

0 comments on commit a02f634

Please sign in to comment.