pipeline-test-docker/.gitea/workflows/build.yml
Oliver Lippert b1bfae50de
Some checks are pending
/ docker (push) Has started running
try to log into docker registry
2024-01-20 16:16:46 +01:00

18 lines
453 B
YAML

on:
push:
branches:
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
- name: Login
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # 3.0.0
with:
registry: git.keine.cloud
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}