Skip to content

Commit

Permalink
Fix naming convention on Github Action. (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio authored Oct 16, 2024
1 parent b5bf93c commit 6a30143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
version: latest
- name: Test application
run: go test -v ./...
- name: Set up QEMU
- name: Docker login
uses: docker/login-action@v3
with:
registry: "ghcr.io"
username: ${{ github.repository_owner}}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-actions@v3
uses: docker/setup-qemu-action@v3
- name: Release application to Github
uses: goreleaser/goreleaser-action@v6
with:
Expand All @@ -44,4 +44,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected]

0 comments on commit 6a30143

Please sign in to comment.