Fix image name
This commit is contained in:
parent
524a74eb3f
commit
90720c0455
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -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
|
Loading…
Reference in a new issue