Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schmucr1 patch 1 #2

Merged
merged 3 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
# This yaml file is from the GitHub Documentation:
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
#
# It builds a docker impage and publishes it to the GitHub Container Repository ghcr
#
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Create and publish a Docker image

on:
push:
branches: [ "main", "devel" ]
branches: [ '*' ]
pull_request:
branches: [ "main", "devel" ]
branches: [ '*' ]

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ribiosScripts: Rscripts associated with the ribios suite
===

This repo contains Rscripts as command-line tools, written with ribios R packages. A Docker image is stored under the GitHub package registry.
This repository contains Rscripts as command-line tools, written with ribios R packages. A Docker image is stored under the GitHub package registry.


## Available Ribios Scripts
Expand Down
Loading