Fix .yaml syntax
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 25s

This commit is contained in:
Severin Kaderli 2023-10-21 17:41:28 +02:00
parent ba68fe16f5
commit f0b9dcc418
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -3,8 +3,10 @@ name: Build & Push Docker Image
on: push
jobs:
docker:
build-and-push:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Log in to the Container registry
uses: docker/login-action@v3