🚧 Updates image name to include repo

This commit is contained in:
Alicia Sykes 2021-08-15 14:17:46 +01:00 committed by GitHub
parent da0b0169e9
commit b8a02be011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
# Build the image from default Dockerfile
- name: Build image
run: docker build . --file docker/Dockerfile-multi-arch --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
run: docker build . --file docker/Dockerfile-multi-arch --tag ${{ github.actor }}/$IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
# Push build image
- name: Push image