Fix image name

This commit is contained in:
Djuri Baars 2024-06-10 01:24:16 +02:00
parent 524a74eb3f
commit 90720c0455

View file

@ -6,7 +6,7 @@ on:
- main # Change this to your main branch name or remove this line if you want to trigger on all branches - main # Change this to your main branch name or remove this line if you want to trigger on all branches
env: env:
IMAGE_NAME: ${{ github.actor }}/pyinstaller-wxpython-linux IMAGE_NAME: pyinstaller-wxpython-linux
jobs: jobs:
build-and-push: build-and-push:
@ -29,6 +29,6 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: ${{ env.IMAGE_NAME }}:latest tags: ghcr.io/btclock/${{ env.IMAGE_NAME }}:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max