Update main.yml

pull/15/head
Laurence Luo 2024-06-17 14:35:31 +08:00 committed by GitHub
parent a247e262fa
commit dd0194d938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -19,8 +19,8 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
seeleo/mobaxterm-genkey
ghcr.io/lzcapp/mobaxterm-genkey
${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey
ghcr.io/${{ github.actor }}/mobaxterm-genkey
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
@ -58,4 +58,7 @@ jobs:
context: .
file: ./Dockerfile
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 }}