Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
4c4bf4d3dc
commit
aa2aace234
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
|
echo actor: ${{ github.actor }}
|
||||||
|
echo token: ${{ github.token }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
@ -31,4 +33,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: forge.k3s.fr/pocs/testhello:latest
|
tags: forge.k3s.fr/pocs/test-docker-build:latest
|
||||||
|
|
Loading…
Reference in a new issue