Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
96330740f9
commit
95f4da8015
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ jobs:
|
|||
env
|
||||
echo actor: ${{ github.actor }}
|
||||
echo token: ${{ github.token }}
|
||||
echo secrets_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
|
@ -28,7 +29,7 @@ jobs:
|
|||
with:
|
||||
registry: forge.k3s.fr
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue