Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp authored Jun 17, 2024
1 parent a247e26 commit dd0194d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit dd0194d

Please sign in to comment.