From fecb8d7e58f096aabfc353d7e69a44c9fc23a802 Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 28 Jan 2023 17:39:15 +0000 Subject: [PATCH] v1.2.20 (#47) Minor updates * Using latest base image Build updates * Don't sign in to GHCR --- .github/workflows/dev.yml | 7 ------- .github/workflows/publish.yml | 7 ------- Dockerfile | 2 +- VERSION | 2 +- 4 files changed, 2 insertions(+), 16 deletions(-) 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