Skip to content

Commit 3a39707

Browse files
authored
Merge pull request ome#56 from sbesson/prefix
Also set the Docker namespace on tags
2 parents 17e3c94 + 3fad0b3 commit 3a39707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
if: startsWith(github.ref, 'refs/tags')
2020
runs-on: ubuntu-latest
2121
env:
22-
name: omero-server
22+
name: openmicroscopy/omero-server
2323
steps:
2424
- name: Get prefix
2525
id: getprefix
2626
run: |
2727
if [ ! -z ${{ env.name }} ]; then
28-
echo "::set-output name=prefix::${{ github.actor }}/${{ env.name }}:"
28+
echo "::set-output name=prefix::${{ env.name }}:"
2929
else
3030
echo "::set-output name=prefix::${{ github.repository }}:"
3131
fi

0 commit comments

Comments
 (0)