ci: test building and publishing docker image
Some checks failed
Build docker image / build-image (push) Failing after 24s
Some checks failed
Build docker image / build-image (push) Failing after 24s
This commit is contained in:
parent
84dece83f0
commit
e6a64b2e48
|
@ -8,8 +8,13 @@ jobs:
|
|||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
# test step
|
||||
- name: Login to Forgejo docker registry
|
||||
uses: docker/login-action@v3.0.0
|
||||
with:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue