Fix .yaml syntax
This commit is contained in:
parent
fc54f1bae8
commit
9fb4b1c7ed
1 changed files with 10 additions and 10 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue