mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-06 04:22:30 -05:00
fix version
This commit is contained in:
18
.github/workflows/docker-build-push.yml
vendored
18
.github/workflows/docker-build-push.yml
vendored
@@ -59,6 +59,15 @@ jobs:
|
|||||||
org.opencontainers.image.source=https://github.com/mediacms-io/mediacms
|
org.opencontainers.image.source=https://github.com/mediacms-io/mediacms
|
||||||
org.opencontainers.image.licenses=AGPL-3.0
|
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
|
- name: Build and push base image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
@@ -67,12 +76,3 @@ jobs:
|
|||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta-base.outputs.tags }}
|
tags: ${{ steps.meta-base.outputs.tags }}
|
||||||
labels: ${{ steps.meta-base.outputs.labels }}
|
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 }}
|
|
||||||
@@ -1 +1 @@
|
|||||||
VERSION = "6.5.1"
|
VERSION = "6.5.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user