can't have comment in yml list?
This commit is contained in:
parent
92ce3d405d
commit
e192365b48
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -66,9 +66,9 @@ jobs:
|
||||||
BRANCH=${{ env.BRANCH }}
|
BRANCH=${{ env.BRANCH }}
|
||||||
NOW=${{ env.NOW }}
|
NOW=${{ env.NOW }}
|
||||||
platforms: linux/amd64,linux/arm64 # ,linux/arm/v7
|
platforms: linux/amd64,linux/arm64 # ,linux/arm/v7
|
||||||
|
# TODO docker tag only if DOCKERHUB_* are set?
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/free-games-claimer:${{env.IMAGE_TAG}} # TODO if DOCKERHUB_* are set?
|
${{ secrets.DOCKERHUB_USERNAME }}/free-games-claimer:${{env.IMAGE_TAG}}
|
||||||
|
|
||||||
ghcr.io/${{ github.actor }}/free-games-claimer:${{env.IMAGE_TAG}}
|
ghcr.io/${{ github.actor }}/free-games-claimer:${{env.IMAGE_TAG}}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue