Skip to content

Commit

Permalink
correct image name in later tests
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 10, 2024
1 parent 205fc95 commit e086211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Load image
run: |
docker load --input /tmp/latest-njs.tar
docker tag nginx-s3-gateway:latest-njs-oss nginx-s3-gateway
docker tag localhost:5000/nginx-s3-gateway:latest-njs-oss nginx-s3-gateway
- name: Run tests - latest njs version
run: ./test.sh --latest-njs --type oss

Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Load image
run: |
docker load --input /tmp/unprivileged.tar
docker tag nginx-s3-gateway:unprivileged nginx-s3-gateway
docker tag localhost:5000/nginx-s3-gateway:unprivileged nginx-s3-gateway
- name: Run tests - stable njs version - unprivileged process
run: ./test.sh --unprivileged --type oss

Expand Down

0 comments on commit e086211

Please sign in to comment.