Skip to content

Commit 959486c

Browse files
committed
Build test image and use in test step
1 parent e76db1c commit 959486c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
labels: ${{ steps.meta.outputs.labels }}
5858

5959
# Due to bug https://github.com/docker/buildx/issues/59, need to build for single platform, load, then run tests.
60-
- name: Build the image single platform and load it
60+
- name: Build a test image single platform and load it
6161
uses: docker/build-push-action@v5
6262
with:
6363
context: .
@@ -68,7 +68,7 @@ jobs:
6868
tags: "mendhak/http-https-echo:testing"
6969
labels: ${{ steps.meta.outputs.labels }}
7070

71-
- name: Build the image single platform and run tests
71+
- name: Run tests using the test image
7272
run: ./tests.sh
7373

7474
- name: Scan the image

0 commit comments

Comments
 (0)