diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3db4db1195aa..661873382f2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -597,9 +597,12 @@ jobs: username: ${{ secrets.GHA_DOCKERHUB_PUSH_USER }} password: ${{ secrets.GHA_KONG_ORG_DOCKERHUB_PUSH_TOKEN }} + - uses: actions/checkout@v3 - name: Get latest commit SHA on master run: | - echo "latest_sha=$(git ls-remote origin -h refs/heads/${{ github.event.inputs.default_branch }} | cut -f1)" >> $GITHUB_ENV + echo "latest_sha=$(git ls-remote origin -h refs/heads/kag4374 | cut -f1)" >> $GITHUB_ENV + git ls-remote origin -h refs/heads/kag4374 | cut -f1 + echo ${{ github.ref_name }} - name: Docker meta id: meta @@ -608,7 +611,7 @@ jobs: images: ${{ needs.metadata.outputs.docker-repository }} sep-tags: " " tags: | - type=raw,value=latest,enable=${{ matrix.label == 'ubuntu' && github.ref_name == github.event.inputs.default_branch && github.sha == env.latest_sha }} + type=raw,value=latest,enable=${{ matrix.label == 'ubuntu' && github.ref_name == '13096/merge' && github.sha == env.latest_sha }} type=match,enable=${{ github.event_name == 'workflow_dispatch' }},pattern=\d.\d,value=${{ github.event.inputs.version }} type=match,enable=${{ github.event_name == 'workflow_dispatch' && matrix.label == 'ubuntu' }},pattern=\d.\d,value=${{ github.event.inputs.version }},suffix= type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},${{ github.event.inputs.version }}