Skip to content

Commit

Permalink
move back
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 28, 2024
1 parent 2204cc9 commit 15de3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/system-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/build-push-action@v6
with:
pull: true
push: false
file: test/Dockerfile-test
load: true
file: Dockerfile-test
tags: nginx-opentracing-test/nginx
cache-from: type=gha,scope=system-nginx
cache-to: type=gha,scope=system-nginx,mode=max
Expand All @@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v6
with:
pull: true
push: false
load: true
file: test/Dockerfile-backend
context: test
tags: nginx-opentracing-test/backend
Expand All @@ -63,7 +63,7 @@ jobs:
uses: docker/build-push-action@v6
with:
pull: true
push: false
load: true
file: test/environment/grpc/Dockerfile
context: test/environment/grpc
tags: nginx-opentracing-test/grpc-backend
Expand Down
File renamed without changes.

0 comments on commit 15de3c2

Please sign in to comment.