Skip to content

Commit

Permalink
cicd workflows adding docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay authored and Jay committed Jul 4, 2024
1 parent f0334e8 commit 196735a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}

- name: Build and push Docker images
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 196735a

Please sign in to comment.