diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index 3d55118..8debba2 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -59,8 +59,7 @@ jobs: push: true platforms: ${{ matrix.images.platform }} target: ${{ matrix.images.target }} - no-cache: true - tags: edxops/commerce-coordinator-dev:latest + tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }} - name: Send failure notification if: failure()