🐛 fix: remove duplicate docker-push job definition

This commit is contained in:
2026-04-09 08:40:28 +02:00
parent 385b016703
commit 7e8a1f3ae7

View File

@@ -136,13 +136,6 @@ jobs:
container:
image: ${{ env.CI_REGISTRY }}/${{ env.GITEA_ORG }}/${{ env.GITEA_REPO }}-build-cache:${{ needs.build-cache.outputs.deps_hash }}
docker-push:
name: Docker Push
needs: [build-cache, ci-pipeline]
runs-on: ubuntu-latest-ca
if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'ci-bot' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/move-docker-job')"
steps:
- name: Checkout code
uses: actions/checkout@v4