Skip to content

Commit

Permalink
Bugfix for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
josvandervelde committed Nov 8, 2024
1 parent 51439d8 commit c789073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v6
with:
context: ./docker/
context: .
file: docker/Dockerfile
tags: ${{ steps.meta_dockerhub.outputs.tags }}
labels: ${{ steps.meta_dockerhub.outputs.labels }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit c789073

Please sign in to comment.