Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 22, 2023
1 parent a958974 commit f62ae4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
context: ${{ inputs.working-directory }}
context: .
file: ${{ inputs.dockerfile }}
load: true
tags: ${{ env.TEST_TAG }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ${{ inputs.working-directory }}
context: .
file: ${{ inputs.dockerfile }}
platforms: linux/amd64,linux/arm64
# push: true
Expand Down

0 comments on commit f62ae4c

Please sign in to comment.