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: jobs:
docker: docker:
- name: Log in to the Container registry runs-on: ubuntu-latest
uses: docker/login-action@v3 steps:
with: - name: Log in to the Container registry
registry: registry.gitlab.com/severinkaderli/registry uses: docker/login-action@v3
username: ${{ secrets.REGISTRY_USER }} with:
password: ${{ secrets.REGISTRY_TOKEN }} registry: registry.gitlab.com/severinkaderli/registry
- name: Build and push username: ${{ secrets.REGISTRY_USER }}
uses: docker/build-push-action@v5 password: ${{ secrets.REGISTRY_TOKEN }}
with: - name: Build and push
tags: home.kaderli.dev uses: docker/build-push-action@v5
with:
tags: home.kaderli.dev