diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 60bfa36..50b0143 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b14883..e97bda4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index c6b22bb..a6b20e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/VERSION b/VERSION index f37ae4a..b830554 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.19 \ No newline at end of file +1.2.20 \ No newline at end of file