There was an error while loading. Please reload this page.
1 parent ccf7c1a commit df053e2Copy full SHA for df053e2
1 file changed
.github/workflows/ecr.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: build liquibase docker image
42
id: build-liquibase-docker-image
43
- run: docker buildx build --platform linux/amd64,linux/arm64 --load -t ${{ env.DOCKER_REPO }}-liquibase:${{ env.DOCKER_TAG }} -t ${{ env.DOCKER_REPO }}-liquibase:latest -t ${{ env.DOCKER_REPO }}-liquibase:develop liquibase
+ run: docker buildx build --platform linux/amd64,linux/arm64 --load -t ${{ env.DOCKER_REPO }}-liquibase:${{ env.DOCKER_TAG }} -t ${{ env.DOCKER_REPO }}-liquibase:latest -t ${{ env.DOCKER_REPO }}-liquibase:develop liquibase --push
44
45
- name: push predeploy image to ecr
46
id: push-liquibase-image-to-ecr
0 commit comments