Skip to content

Commit

Permalink
Merge pull request #122 from k8snetworkplumbingwg/bugfix/imagepush-do…
Browse files Browse the repository at this point in the history
…ckerfile-reference

Updates image push on release to refer to correct dockerfile location
  • Loading branch information
dougbtv authored Jul 8, 2021
2 parents 710bcfd + f16a162 commit aec29ad
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 aec29ad

Please sign in to comment.