Skip to content

Commit

Permalink
fix(config): 🐛 set correct path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorPolyakov committed Aug 18, 2024
1 parent b5e2b4b commit 8bafc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.23'

- name: Build Docker Image
run: docker build . -t ghcr.io/${{ github.repository }}:latest
run: docker build ./build -t ghcr.io/${{ github.repository }}:latest

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 8bafc2b

Please sign in to comment.