diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index eb7e1a3d..7bd4a253 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -32,17 +32,14 @@ jobs: # If merged into main, then handle any image promotions image-promotions: name: Image Promotions - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' + # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' runs-on: ubuntu-22.04 - strategy: - matrix: - component: [ api, init ] steps: - - name: Promoting ${{ matrix.component }} + - name: Promoting API uses: shrink/actions-docker-registry-tag@v3 with: registry: ghcr.io - repository: ${{ github.repository }}/${{ matrix.component }} + repository: ${{ github.repository }}/api target: ${{ github.event.number }} tags: test