Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Sep 26, 2024
1 parent 2589aa1 commit 32f0f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v3
with:
context: ./misc/docker
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.config.tag }}
build-args: |
Expand Down

0 comments on commit 32f0f18

Please sign in to comment.