Fix .yaml syntax

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

View file

@ -4,13 +4,13 @@ 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
- 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