Skip to content

Commit

Permalink
Merge pull request #760 from opensafely-core/docker-every-commit
Browse files Browse the repository at this point in the history
Build and publish docker on every commit.
  • Loading branch information
bloodearnest authored Oct 31, 2024
2 parents 3eaa683 + 082e737 commit f4ec9b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
build-and-publish-docker-image:
runs-on: ubuntu-latest
name: Build and publish docker image
# Only on a tagged release
needs: tag-new-version
if: needs.tag-new-version.outputs.tag
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f4ec9b7

Please sign in to comment.