Adding a build command
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 0s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-31 14:13:03 +08:00
parent aed408096c
commit 05cc6b573a
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -15,3 +15,4 @@ jobs:
env: # Or as an environment variable env: # Or as an environment variable
osc_pass: ${{ secrets.OSCPASS }} osc_pass: ${{ secrets.OSCPASS }}
id: osc-demo id: osc-demo
run: docker build . --file Dockerfile --tag bc:latest