Fix container build task

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/49/head
trivernis 2 years ago
parent 69da43cd01
commit 998c51acef
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,4 +1,4 @@
name: Build Docker Container name: Build Container
on: on:
workflow_dispatch: workflow_dispatch:
@ -40,7 +40,7 @@ jobs:
layers: true layers: true
containerfiles: ./Containerfile containerfiles: ./Containerfile
platforms: ${{github.event.inputs.platforms}} platforms: ${{github.event.inputs.platforms}}
image: trivernis/tobi:latest image: trivernis/tobi
- name: Login to DockerHub - name: Login to DockerHub
uses: redhat-actions/podman-login@v1 uses: redhat-actions/podman-login@v1
with: with:
Loading…
Cancel
Save