Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Dec 4, 2023
1 parent 41affda commit e978535
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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 }}

0 comments on commit e978535

Please sign in to comment.