Fix .yaml syntax
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
parent
ba68fe16f5
commit
f0b9dcc418
1 changed files with 3 additions and 1 deletions
|
@ -3,8 +3,10 @@ name: Build & Push Docker Image
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue