From fd2d9385284078b9e242cd638907fb584b2f38cb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 18 Sep 2021 00:11:54 +0200 Subject: [PATCH] GitHub container repo (#227) --- .github/workflows/github-container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-container.yml b/.github/workflows/github-container.yml index 16b125f7..50291352 100644 --- a/.github/workflows/github-container.yml +++ b/.github/workflows/github-container.yml @@ -6,6 +6,7 @@ on: - '*.*' branches: - master + - gcr jobs: build: @@ -80,8 +81,8 @@ jobs: uses: docker/build-push-action@v2 with: push: true # Will only build if this is not here +# ghcr.io/${{ github.repository }}:${{ github.ref }} tags: | - ghcr.io/${{ github.repository }}:${{ github.ref }} ghcr.io/${{ github.repository }}:latest context: ./ file: ./Dockerfile