Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt authored Jan 19, 2022
1 parent 388060e commit 3ccb7db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build docker container and push
working-directory: app
id: docker_build
uses: docker/build-push-action@v2
env:
RELEASE_VERSION: ${{ steps.next.outputs.version }}
with:
context: .
file: ./Dockerfile
context: app
file: Dockerfile
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: |
Expand Down

0 comments on commit 3ccb7db

Please sign in to comment.