Skip to content

Commit

Permalink
Merge pull request #8 from btoews/debug
Browse files Browse the repository at this point in the history
Bump pg version to match postgres-flex
  • Loading branch information
michaeldwan authored Aug 2, 2024
2 parents 53c0755 + ec455ee commit ad63d6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
id: get-latest-tag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
-
name: Build and push Postgres Importer 15
id: docker_build_15
name: Build and push Postgres Importer 16
id: docker_build_16
uses: docker/build-push-action@v3
with:
build-args: |
PG_VERSION=15.2
PG_VERSION=16.3
VERSION=${{ steps.get-latest-tag.outputs.tag }}
context: .
file: ./Dockerfile
push: true
tags: |
flyio/postgres-importer:15
flyio/postgres-importer:15.2
flyio/postgres-importer:16
flyio/postgres-importer:16.3
-
name: Postgres Importer 15 Image digest
run: echo ${{ steps.docker_build_15.outputs.digest }}
name: Postgres Importer 16 Image digest
run: echo ${{ steps.docker_build_16.outputs.digest }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15.2
ARG PG_VERSION=16.3
ARG VERSION=custom

FROM golang:1.20 as flyutil
Expand Down

0 comments on commit ad63d6d

Please sign in to comment.