Skip to content

Merge pull request #17 from elixir-oslo/requires_entry_point_path #29

Merge pull request #17 from elixir-oslo/requires_entry_point_path

Merge pull request #17 from elixir-oslo/requires_entry_point_path #29

Workflow file for this run

name: Publish Docker Image
on: [push]
jobs:
build-and-publish-head:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # Running this job only for develop branch
steps:
- uses: actions/checkout@v2 # Checking out the repo
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: galaxy/gx-it-proxy
workdir: docker
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}