diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index f9dfef74..8aaf5989 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -59,6 +59,15 @@ jobs: org.opencontainers.image.source=https://github.com/mediacms-io/mediacms org.opencontainers.image.licenses=AGPL-3.0 + - name: Build and push full image + uses: docker/build-push-action@v4 + with: + context: . + target: full + push: ${{ github.event_name != 'pull_request' }} + tags: ${{ steps.meta-full.outputs.tags }} + labels: ${{ steps.meta-full.outputs.labels }} + - name: Build and push base image uses: docker/build-push-action@v4 with: @@ -67,12 +76,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta-base.outputs.tags }} labels: ${{ steps.meta-base.outputs.labels }} - - - name: Build and push full image - uses: docker/build-push-action@v4 - with: - context: . - target: full - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta-full.outputs.tags }} - labels: ${{ steps.meta-full.outputs.labels }} \ No newline at end of file diff --git a/cms/version.py b/cms/version.py index a7d4af38..4877e36d 100644 --- a/cms/version.py +++ b/cms/version.py @@ -1 +1 @@ -VERSION = "6.5.1" +VERSION = "6.5.2"