Skip to content

Commit

Permalink
Docker fix-fix (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Sep 26, 2024
1 parent 25e71ba commit 125bcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v3
with:
context: ./misc/docker
context: .
file: ./misc/docker/Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.config.tag }}
build-args: |
Expand Down

0 comments on commit 125bcdf

Please sign in to comment.