Skip to content

Commit

Permalink
run all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 16, 2024
1 parent dca26ac commit c005fa6
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker_build_gwas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: build gwas Docker image

on:
# pull_request:
# branches:
# - 'main'
# push:
# branches:
# - 'main'
# tags:
# - "v*.*.*"
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
tags:
- "v*.*.*"

env:
LATEST_TAG: ghcr.io/comorment/gwas:latest
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docker_build_hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: build hello Docker image

on:
# pull_request:
# branches:
# - 'main'
# push:
# branches:
# - 'main'
# tags:
# - "v*.*.*"
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
tags:
- "v*.*.*"

env:
TEST_TAG: ghcr.io/comorment/hello:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push_gwas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: build & push gwas Docker image

on:
# push:
# tags:
# - "v*.*.*"
push:
tags:
- "v*.*.*"

env:
LATEST_TAG: ghcr.io/comorment/gwas:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push_hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: build & push hello Docker image

on:
# push:
# tags:
# - "v*.*.*"
push:
tags:
- "v*.*.*"

env:
TEST_TAG: ghcr.io/comorment/hello:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push_python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: build & push python3 Docker image

on:
# push:
# tags:
# - "v*.*.*"
push:
tags:
- "v*.*.*"

env:
TEST_TAG: ghcr.io/comorment/python3:test
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docker_build_python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: build python3 Docker image

on:
# pull_request:
# branches:
# - 'main'
# push:
# branches:
# - 'main'
# tags:
# - "v*.*.*"
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
tags:
- "v*.*.*"

env:
TEST_TAG: ghcr.io/comorment/python3:test
Expand Down

0 comments on commit c005fa6

Please sign in to comment.