Skip to content

Commit

Permalink
Update action template.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 5, 2023
1 parent 09342c0 commit 09f3378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Build image

inputs:
docker_file:
description: "The docker file."
required: True
platforms:
description: "Platforms to build for (csv)."
default: "linux/amd64,linux/arm64"
tags:
description: "Image tags (csv)."
required: True
build_only:
description: "'true' or 'false'."
default: "false"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images_a9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ github.event.inputs.specific_job == '' || contains(github.event.inputs.specific_job, 'a9-py37') }}
runs-on: ubuntu-latest
steps:
- uses: law/build-image
- uses: ./github/actions/build-image
with:
docker_file: docker/Dockerfile_alma9_py37
tags: riga/law:a9-py37,riga/law:py37
Expand Down

0 comments on commit 09f3378

Please sign in to comment.