From c3ea8f8958ddcf21323657e8e9a077d2f20f79db Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Mon, 29 Jun 2026 14:09:53 +0000 Subject: [PATCH 1/2] ci: don't push to gpasltd --- .../workflows/build_and_push_container.yml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/build_and_push_container.yml b/.github/workflows/build_and_push_container.yml index c865160..8ab1996 100644 --- a/.github/workflows/build_and_push_container.yml +++ b/.github/workflows/build_and_push_container.yml @@ -15,7 +15,6 @@ on: env: REGISTRY: lhr.ocir.io IMAGE_NAME: lrbvkel2wjot/gpas/gatekeeper_pipeline - IMAGE_NAME_GPAS_LTD: lr3yhdniv6gu/gpas/gatekeeper_pipeline jobs: build: @@ -64,25 +63,3 @@ jobs: file: Dockerfile tags: | ${{ env.GATEKEEPER_TAG }} - - - name: Login to gpasltd OCIR - uses: docker/login-action@v3 - with: - registry: ${{ env.REGISTRY }} - username: ${{ secrets.OCR_CONTAINER_USERNAME_GPASLTD }} - password: ${{ secrets.OCR_CONTAINER_TOKEN_GPASLTD }} - - - name: Set full image registry tag for gpasltd - run: | - echo "GATEKEEPER_TAG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME_GPAS_LTD }}:${{ env.tag }}" >> $GITHUB_ENV - echo "GATEKEEPER_TAG: ${{ env.GATEKEEPER_TAG }}" - - - name: Build and push - id: build_and_push_gpasltd - uses: docker/build-push-action@v4 - with: - context: . - push: true - file: Dockerfile - tags: | - ${{ env.GATEKEEPER_TAG }} From e01790152b57b4c4462989a4840b90813652d6f3 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Mon, 29 Jun 2026 14:17:59 +0000 Subject: [PATCH 2/2] ci: bump push without token --- .github/workflows/bump.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index e267fe9..eb7ce5f 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -42,11 +42,8 @@ jobs: echo "version=$(bumper version --active)" >> $GITHUB_OUTPUT - name: push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.PAT_TOKEN }} - tags: true - branch: develop + run: | + git push origin develop build_container: needs: bump