Skip to content

Commit

Permalink
Updates image push on release to refer to correct dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbtv committed Jul 8, 2021
1 parent 710bcfd commit f16a162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
push: true
tags: |
${{ steps.docker_meta.outputs.tags }}-amd64
file: deployments/Dockerfile
file: Dockerfile

push-arm64:
name: Image push/arm64
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
push: true
tags: |
${{ steps.docker_meta.outputs.tags }}-arm64
file: deployments/Dockerfile
file: Dockerfile

0 comments on commit f16a162

Please sign in to comment.