Skip to content

Commit

Permalink
hardcode docker repo, set dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
magick93 committed Nov 26, 2024
1 parent 03c689b commit 2b98998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
file: ./Dockerfile
file: ./anchor/Dockerfile
context: .
push: true
tags: |
${{ github.repository_owner}}/${{ matrix.binary }}:${{ env.VERSION }}${{ env.VERSION_SUFFIX }}
hughestech/${{ matrix.binary }}:${{ env.VERSION }}${{ env.VERSION_SUFFIX }}

0 comments on commit 2b98998

Please sign in to comment.