From e9785351273cebcbe6a80e697a92f0bb59136b00 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Mon, 4 Dec 2023 11:05:33 -0800 Subject: [PATCH] requested changes --- .github/workflows/pipeline.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6a47941..82a8663 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,8 +31,6 @@ jobs: name: Build Docker Image runs-on: ubuntu-latest env: - PLATFORMS: linux/amd64 - DOCKER_NAMESPACE: matrixdotorg # Only push if this is develop, otherwise we just want to build # On a PR github.ref is the target branch, so don't push for that either PUSH: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }} @@ -57,4 +55,5 @@ jobs: platforms: ${{ env.PLATFORMS }} push: ${{ env.PUSH }} tags: | - matrixdotorg/conf-bot:latest + ghcr.io/matrix-org/conference-bot:latest + ghcr.io/matrix-org/conference-bot:${{ github.sha }}