Skip to content

Commit

Permalink
Actually set image 'name' correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Aug 18, 2020
1 parent 14e2c38 commit 7eca5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: marketsquare/robotframework-browser
tags: rfbrowser-stable
# Weirdly the image "name" is required and has to be here
repository: marketsquare/robotframework-browser/rfbrowser-stable
tag_with_ref: true
dockerfile: atest/docker/Dockerfile.latest_release

0 comments on commit 7eca5b1

Please sign in to comment.