Skip to content

Commit

Permalink
Merge pull request #185 from boinkor-net/docker-pr-build-after-all
Browse files Browse the repository at this point in the history
Disable docker PR pushes, after all
  • Loading branch information
antifuchs authored Feb 3, 2025
2 parents afc6f41 + 9366876 commit ee4ae36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:

jobs:
docker_build:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -39,6 +40,7 @@ jobs:
- name: Determine whether to push
id: docker_pushable
run: echo should=${{ toJSON(github.event_name != 'merge_group') }} >>$GITHUB_OUTPUT

- name: Build the docker images we care about
run: |
nix build .#tsnsrvOciImage-cross-aarch64-linux .#tsnsrvOciImage
Expand Down

0 comments on commit ee4ae36

Please sign in to comment.