Skip to content

Commit

Permalink
Merge pull request #56 from sbesson/prefix
Browse files Browse the repository at this point in the history
Also set the Docker namespace on tags
  • Loading branch information
sbesson authored Apr 28, 2021
2 parents 17e3c94 + 3fad0b3 commit 3a39707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
env:
name: omero-server
name: openmicroscopy/omero-server
steps:
- name: Get prefix
id: getprefix
run: |
if [ ! -z ${{ env.name }} ]; then
echo "::set-output name=prefix::${{ github.actor }}/${{ env.name }}:"
echo "::set-output name=prefix::${{ env.name }}:"
else
echo "::set-output name=prefix::${{ github.repository }}:"
fi
Expand Down

0 comments on commit 3a39707

Please sign in to comment.