Fix image name as env var

This commit is contained in:
sineverba
2020-04-20 08:54:47 +02:00
parent 947661542c
commit 8dc9fb3b3a
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build image
run: docker build . --file Dockerfile --tag image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin