diff --git a/.github/actions/create-image/action.yaml b/.github/actions/create-image/action.yaml index 6707a073..f657bfa4 100644 --- a/.github/actions/create-image/action.yaml +++ b/.github/actions/create-image/action.yaml @@ -70,4 +70,5 @@ runs: VERSION=${{ inputs.VERSION }} REVISION=${{ env.REVISION }} tags: ${{ steps.meta-data.outputs.tags }} - labels: ${{ steps.meta-data.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta-data.outputs.labels }} + no-cache: false \ No newline at end of file