Skip to content

Commit

Permalink
downgrade R
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 16, 2024
1 parent 6391375 commit 748edc1
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 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
2 changes: 1 addition & 1 deletion docker/dockerfiles/r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# R container
FROM rocker/verse:4.4.1
FROM rocker/verse:4.3.3
# based on Ubuntu 22.04.5 LTS (jammy)

ENV TZ=Europe
Expand Down

0 comments on commit 748edc1

Please sign in to comment.