Skip to content

Commit

Permalink
Add proper context for build
Browse files Browse the repository at this point in the history
  • Loading branch information
evsor committed Jan 1, 2025
1 parent 270419e commit 295f8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build and push GO image
uses: docker/build-push-action@v6
with:
context: "{{defaultContext}}:go"
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.REGISTRY }}:${{ github.ref_name }}

0 comments on commit 295f8d5

Please sign in to comment.