Skip to content

Commit

Permalink
Wire up inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 22, 2023
1 parent 0876368 commit a8eebde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ inputs.working-directory }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -39,6 +42,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ${{ inputs.dockerfile }}
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
Expand All @@ -48,6 +52,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ${{ inputs.dockerfile }}
platforms: linux/amd64,linux/arm64
# push: true
tags: ${{ env.LATEST_TAG }}

0 comments on commit a8eebde

Please sign in to comment.