Skip to content

Commit

Permalink
use proper creds
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 25, 2023
1 parent 42f8504 commit 317b34a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
type=semver,enable={{is_default_branch}},pattern={{major}}.{{minor}}
type=semver,enable={{is_default_branch}},pattern={{major}}
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

build-frontend-amd64:
name: frontend/amd64
Expand All @@ -46,5 +46,5 @@ jobs:
type=semver,enable={{is_default_branch}},pattern={{major}}.{{minor}}
type=semver,enable={{is_default_branch}},pattern={{major}}
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 317b34a

Please sign in to comment.