Skip to content

Commit

Permalink
change env name
Browse files Browse the repository at this point in the history
  • Loading branch information
i13302 committed Oct 3, 2023
1 parent 7ba3dae commit 541c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.BUILD_KEY }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 541c7de

Please sign in to comment.