Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Check BlueSky Crossposter version / check-version (push) Successful in 15s
Build and Push Docker Image / build (push) Successful in 2m44s

This commit is contained in:
2025-04-13 18:20:55 +02:00
parent 32daf3ce4d
commit cff98bd8b6

View File

@@ -67,20 +67,15 @@ jobs:
exit 1
shell: bash
- name: Log in to Niepce Docker Registry
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
- name: Push to GitHub Container Repository
- name: Push to Niepce Container Repository
id: push-to-niepce
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
- name: Push image failed
if: failure()