Some checks failed
Build & Push Docker Image / docker (push) Failing after 27s
18 lines
No EOL
475 B
YAML
18 lines
No EOL
475 B
YAML
name: Build & Push Docker Image
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
docker:
|
|
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 |