Skip to content
Snippets Groups Projects
Commit b3b8d61d authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

push the ghcr with docker action

parent 30c2a01c
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,16 @@ jobs:
push: true
tags: lcsbbiocore/cobrexa.jl:latest
- name: Build and push to GHCR
uses: macbre/push-to-ghcr@master
- name: Log in to the Container registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
image_name: ${{ env.DOCKER_IMAGE_NAME }}
github_token: ${{ secrets.GITHUB_TOKEN }}
context: .
push: true
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment