diff --git a/.github/workflows/releasing.yaml b/.github/workflows/releasing.yaml index f19bfc6..47083a5 100644 --- a/.github/workflows/releasing.yaml +++ b/.github/workflows/releasing.yaml @@ -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: @@ -44,4 +44,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update new version in krew-index uses: rajatjindal/krew-release-bot@v0.0.46 - +