Fix .yaml syntax
Some checks failed
Build & Push Docker Image / docker (push) Failing after 27s

This commit is contained in:
Severin Kaderli 2023-10-21 17:37:54 +02:00
parent 9fb4b1c7ed
commit ba68fe16f5
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -4,13 +4,15 @@ on: push
jobs:
docker:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: registry.gitlab.com/severinkaderli/registry
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: home.kaderli.dev
runs-on: ubuntu-latest
steps:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: registry.gitlab.com/severinkaderli/registry
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: home.kaderli.dev