Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
does it work?
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Aug 26, 2022
1 parent 6517d55 commit 5f3d8ce
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 @@ -36,10 +36,10 @@ jobs:
docker login --username '${{ github.actor }}' --password '${{ secrets.GITHUB_TOKEN }}' ghcr.io
docker push "$IMG_VERSIONED"
docker push "$IMG_CACHE"
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'

multiarch:
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
needs: [build]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5f3d8ce

Please sign in to comment.