Update main.yml
parent
a247e262fa
commit
dd0194d938
|
@ -19,8 +19,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
seeleo/mobaxterm-genkey
|
${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey
|
||||||
ghcr.io/lzcapp/mobaxterm-genkey
|
ghcr.io/${{ github.actor }}/mobaxterm-genkey
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
|
@ -58,4 +58,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: |
|
||||||
|
${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest
|
||||||
|
ghcr.io/${{ github.actor }}/mobaxterm-genkey:latest
|
||||||
|
${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in New Issue