Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
继续测试 Workflow
  • Loading branch information
wdkang123 authored Jun 25, 2024
1 parent ea2e0dd commit 7ffff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
APP_NAME=${{ env.APP_NAME }}
APP_VERSION=${{ env.APP_VERSION }}
tags: |
${{ env.DOCKERHUB_REPO }}:latest
${{ env.DOCKERHUB_REPO }}:${{ env.APP_VERSION }}
wdkang/autodl-keeper:latest
wdkang/autodl-keeper:${{ env.APP_VERSION }}

0 comments on commit 7ffff5d

Please sign in to comment.