diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index c1726ed..9a6d6e1 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -189,7 +189,7 @@ jobs: type=semver,pattern={{version}},value=${{ env.LATEST_TAG }},enable=${{github.event_name == 'workflow_dispatch'}} - name: Push cached image to container registry - if: github.ref_type == 'tag' || github.ref_name == 'integration' + if: github.ref_type == 'tag' || github.ref_name == 'integration' || github.event_name == 'workflow_dispatch' uses: docker/build-push-action@v3 # This does not build the image again, it will find the image in the # Docker cache and publish it