Skip to content

Commit

Permalink
⚗️ Replaces dockerfile with file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 23, 2022
1 parent 8b7b090 commit 7c9b4ec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,9 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
dockerfile: ./docker/Dockerfile-multi-arch
file: ./docker/Dockerfile-multi-arch
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
${{ env.DH_IMAGE }}:latest
${{ env.DH_IMAGE }}:${{ steps.package-version.outputs.version }}
${{ env.GH_IMAGE }}:latest
${{ env.GH_IMAGE }}:${{ steps.package-version.outputs.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7c9b4ec

Please sign in to comment.