Skip to content

Commit

Permalink
Update docker publish context
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Feb 8, 2023
1 parent e6dea3d commit 573b93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
context: ./docker
push: true
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 573b93b

Please sign in to comment.