diff --git a/.github/workflows/prodBuilder.yml b/.github/workflows/prodBuilder.yml index 2e73f807..f27cbf07 100644 --- a/.github/workflows/prodBuilder.yml +++ b/.github/workflows/prodBuilder.yml @@ -47,9 +47,7 @@ jobs: with: context: ${{ inputs.context }} push: true - tags: | - ${{ inputs.tags }}:latest - ${{ inputs.tags }}:${{ inputs.next_ver }} + tags: ${{ inputs.tags }}:${{ inputs.next_ver }}, ${{ inputs.tags }}:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - name: Move cache