Skip to content

Commit

Permalink
chore(build): fix dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Mar 21, 2023
1 parent 62db7db commit 8bc3695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
uses: docker/[email protected]
with:
push: true
file: ./dockerfiles/alpine/Dockerfile
tags: |
${{env.DOCKERHUB_ORG}}/${{env.IMAGE}}:latest
${{env.DOCKERHUB_ORG}}/${{env.IMAGE}}:${{github.sha}}
Expand All @@ -55,7 +54,6 @@ jobs:
uses: docker/[email protected]
with:
push: true
file: ./dockerfiles/alpine/Dockerfile
tags: |
${{env.DOCKERHUB_ORG}}/${{env.IMAGE}}:${{github.ref_name}}
ghcr.io/${{ github.repository }}:${{github.ref_name}}
Expand Down

0 comments on commit 8bc3695

Please sign in to comment.