chore: fix typo

This commit is contained in:
Kevin Franklin Kim 2024-03-22 11:47:29 +01:00
parent af95153899
commit 3f8561359c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
app_id: ${{ secrets.TOKEN_APP_ID }}
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}
- name: Login do docker.io
- name: Login to docker.io
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v5

View File

@ -16,7 +16,7 @@ builds:
- amd64
- arm64
goarm:
- 7
- '7'
env:
- CGO_ENABLED=0
main: ./main.go