ci: test building and publishing docker image
Build docker image / build-image (push) Failing after 26s Details

teutat3s 2023-11-18 20:08:52 +01:00
parent 84dece83f0
commit 8a69a19940
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ jobs:
steps:
# test step
- 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
secrets: |
GIT_AUTH_TOKEN=${{ secrets.GIT_AUTH_TOKEN }}