Skip to content

Commit b0c32dd

Browse files
committed
switch image name to parse-server
1 parent 987a84b commit b0c32dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ on:
1111

1212
env:
1313
REGISTRY: docker.io
14-
IMAGE_NAME: parseplatform/parse-dashboard
15-
14+
IMAGE_NAME: parseplatform/parse-server
1615

1716
jobs:
1817
build:
@@ -52,7 +51,7 @@ jobs:
5251
uses: docker/build-push-action@v2
5352
with:
5453
context: .
55-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x
54+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le
5655
push: ${{ github.event_name != 'pull_request' }}
5756
tags: ${{ steps.meta.outputs.tags }}
5857
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)