Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed May 31, 2024
1 parent 10e7884 commit d92692d
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 @@ -90,7 +90,7 @@ jobs:
context: .
file: ConsumerApi/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min
tags: consumer-api
load: true
#outputs: type=registry,dest=localhost:6000/consumer-api
Expand All @@ -101,7 +101,7 @@ jobs:
context: .
file: AdminApi/src/AdminApi/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min
tags: admin-ui
load: true
#outputs: type=registry,dest=localhost:6000/admin-ui
Expand All @@ -112,7 +112,7 @@ jobs:
context: .
file: Modules/Devices/src/Devices.AdminCli/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=min
tags: seed-client
load: true
#outputs: type=registry,dest=localhost:6000/seed-client
Expand Down

0 comments on commit d92692d

Please sign in to comment.