mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +00:00
Add "load: true" to GitHub actions docker steps
Make the docker images in each step available to the next steps in the GitHub workflow by specifying "load: true".
This commit is contained in:
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
context: chrome/
|
||||
tags: curl-impersonate-chrome:latest
|
||||
|
||||
@@ -27,6 +28,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
context: firefox/
|
||||
tags: curl-impersonate-firefox:latest
|
||||
|
||||
@@ -34,6 +36,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: false
|
||||
load: true
|
||||
context: tests/
|
||||
tags: curl-impersonate-tests:latest
|
||||
|
||||
|
Reference in New Issue
Block a user