Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
likfees committed Jan 1, 2024
1 parent ed42483 commit c0be3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
packages: write

jobs:
releaser:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: dckr_pat_4ySefz_ftSKgocuLY5hX-d0xO44
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down

0 comments on commit c0be3e7

Please sign in to comment.