aou
Some checks failed
build-container-image / docker (push) Has been cancelled

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-05-01 18:30:37 +02:00
parent 96330740f9
commit 95f4da8015

View file

@ -17,6 +17,7 @@ jobs:
env env
echo actor: ${{ github.actor }} echo actor: ${{ github.actor }}
echo token: ${{ github.token }} echo token: ${{ github.token }}
echo secrets_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up QEMU - name: Set up QEMU
@ -28,7 +29,7 @@ jobs:
with: with:
registry: forge.k3s.fr registry: forge.k3s.fr
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ github.token }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: