Skip to content

Commit

Permalink
v1.2.20 (#47)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base image

Build updates
* Don't sign in to GHCR
  • Loading branch information
bfren authored Jan 28, 2023
1 parent 92aa25b commit fecb8d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
id: docker_build
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
id: docker_build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine:alpine3.17-1.7.8
FROM bfren/alpine:alpine3.17-1.7.9

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-pg-upgrade"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.19
1.2.20

0 comments on commit fecb8d7

Please sign in to comment.