🚧 Reverts image name update

This commit is contained in:
Alicia Sykes 2021-08-15 14:22:23 +01:00 committed by GitHub
parent b8a02be011
commit f65ea543a9
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 ${{ github.actor }}/$IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
run: docker build . --file docker/Dockerfile-multi-arch --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
# Push build image
- name: Push image