1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-26 16:46:37 +02:00

Fix add-hosts context

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-01-31 11:47:45 +01:00
parent 1ca185b339
commit d7458455bb
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 19 additions and 15 deletions

View file

@ -416,7 +416,7 @@ jobs:
if: always()
uses: crazy-max/ghaction-dump-context@v1
addhost:
add-hosts:
runs-on: ubuntu-latest
steps:
-
@ -432,7 +432,7 @@ jobs:
context: ./test
file: ./test/addhost.Dockerfile
tags: name/app:latest
add-host: |
add-hosts: |
docker:10.180.0.1
foo:10.0.0.1
-