Skip to content

Commit

Permalink
Merge pull request #189 from LCSB-BioCore/lh-change-docker
Browse files Browse the repository at this point in the history
remove explicit login to registry
  • Loading branch information
laurentheirendt committed May 5, 2021
2 parents c01c119 + bcbffb5 commit 7fd172f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Docker image

on:
push:
tags:
- "v*"
release:
types: [published, created]

Expand All @@ -11,12 +14,6 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Login to Registry
uses: docker/login-action@v1
with:
registry: docker.pkg.github.com
username: cylon-x
password: ${{ secrets.docker_token }}
- name: Push to GitHub Registry
uses: mr-smithers-excellent/docker-build-push@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GigaSOM"
uuid = "a03a9c34-069e-5582-a11c-5c984cab887c"
version = "0.6.5"
version = "0.6.6"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 7fd172f

Please sign in to comment.