Skip to content

Commit

Permalink
Moving executable to docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 8, 2024
1 parent f256fc3 commit c83f56c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
- name: Build
working-directory: ./src
run: go build .
run: |
go build .
mv nixy ../docker/
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand All @@ -53,7 +56,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: docker
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c83f56c

Please sign in to comment.