Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Feb 5, 2024
1 parent eed1102 commit f852d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.arch == 'arm64'
- name: login
run: docker login --username '${{ github.actor }}' --password-stdin ghcr.io <<< '${{ secrets.GITHUB_TOKEN }}'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push'
- name: build
run: |
docker buildx build \
Expand All @@ -33,5 +33,5 @@ jobs:
--platform linux/${{ matrix.arch }} \
--tag ghcr.io/getsentry/pypi-manylinux-${{ matrix.arch }}-ci:${{ github.sha }} \
--tag ghcr.io/getsentry/pypi-manylinux-${{ matrix.arch }}-ci:latest \
${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && '--push' || '' }} \
${{ github.event_name == 'push' && '--push' || '' }} \
docker

0 comments on commit f852d35

Please sign in to comment.