ci: test building and publishing docker image
All checks were successful
Build docker image / build-image (push) Successful in 1m1s

This commit is contained in:
teutat3s 2023-11-18 20:08:52 +01:00
parent 84dece83f0
commit 04521463a4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -8,8 +8,14 @@ jobs:
image: catthehacker/ubuntu:act-latest
steps:
# test step
- name: Login to Forgejo docker registry
uses: docker/login-action@v3.0.0
with:
registry: git.pub.solar
username: hakkonaut
password: ${{ secrets.GIT_AUTH_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5.1.0
with:
push: true
tags: git.pub.solar/pub-solar/mediawiki-oidc-docker:1.40.1