Skip to content

Commit

Permalink
Merge pull request #2 from bedapub/schmucr1-patch-1
Browse files Browse the repository at this point in the history
Schmucr1 patch 1
  • Loading branch information
schmucr1 authored Apr 5, 2024
2 parents fa77084 + b5d65e1 commit 58f24fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
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

0 comments on commit 58f24fb

Please sign in to comment.