Skip to content

Commit

Permalink
fix build-args for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
reedws committed Mar 10, 2021
1 parent ad81ced commit c16c800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build and push Docker images
- name: Build Docker images
uses: docker/build-push-action@v2
with:
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
build-args:
- POSTGRESQL_MAJOR_VERSION: ${{ matrix.postgres }}
build-args: |
POSTGRESQL_MAJOR_VERSION=${{ matrix.postgres }}
tags: reedws/pglogical:${{ matrix.postgres }}
pull: true
push: true
Expand Down

0 comments on commit c16c800

Please sign in to comment.