Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored May 1, 2024
1 parent bd2b7e3 commit d4e8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
registry: ${{ env.GB_REGISTRY }}
username: ${{ secrets.GB_REPO_USER }}
password: ${{ secrets.GB_REPO_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: build and push fat image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit d4e8e3a

Please sign in to comment.