Skip to content

Commit df053e2

Browse files
committed
add flag to allow multiplatform builds
1 parent ccf7c1a commit df053e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: build liquibase docker image
4242
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
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 --push
4444

4545
- name: push predeploy image to ecr
4646
id: push-liquibase-image-to-ecr

0 commit comments

Comments
 (0)