Skip to content

Commit

Permalink
Add post run
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 16, 2020
1 parent 22acf7c commit 444d7e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
dockerfile:
- multi
- multi-golang
- multi-sudo
steps:
-
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
context: ./test
file: ./test/Dockerfile-${{ matrix.dockerfile }}
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
#allow: network.host,security.insecure
#push: true
tags: |
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
context: ${{ github.repositoryUrl }}
file: ./test/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
#allow: network.host,security.insecure
#push: true
tags: |
Expand Down Expand Up @@ -165,7 +164,7 @@ jobs:
context: ./test
file: ./test/Dockerfile-multi-golang
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
cache-github: true
tags: |
localhost:5000/name/app:latest
Expand All @@ -177,11 +176,11 @@ jobs:
context: ./test
file: ./test/Dockerfile-multi-golang
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/386
platforms: linux/amd64,linux/arm64
cache-github: true
tags: |
localhost:5000/name/app:latest
localhost:5000/name/app:1.0.0
localhost:5000/name/app2:latest
localhost:5000/name/app2:1.0.0
-
name: Dump context
if: always()
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ outputs:
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'

0 comments on commit 444d7e9

Please sign in to comment.