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