2023-11-16 18:52:19 +00:00
|
|
|
jobs:
|
|
|
|
build-image:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container:
|
|
|
|
image: catthehacker/ubuntu:act-latest
|
|
|
|
steps:
|
2023-11-16 18:54:36 +00:00
|
|
|
# test step
|
2023-11-16 18:52:19 +00:00
|
|
|
- name: Build and push
|
|
|
|
uses: docker/build-push-action@v4
|
|
|
|
with:
|
|
|
|
push: true
|
|
|
|
tags: git.pub.solar/pub-solar/mediawiki-oidc-docker:1.40.1
|