From 1cfce9ec0677dcbbe4612185681d73e5ee4ef03d Mon Sep 17 00:00:00 2001 From: Sead Feng Date: Sat, 24 Aug 2024 10:53:30 +0800 Subject: [PATCH] update --- .github/workflows/docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6ebf3ae..8a1e3cd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,11 +33,9 @@ jobs: --no-cache \ --build-arg VERSION=$VERSION \ -t ${{ github.actor }}/${APP}:$VERSION \ + -t ${{ github.actor }}/${APP}:latest \ -f .docker/Dockerfile \ . - docker tag ${{ github.actor }}/${APP}:$VERSION ${{ github.actor }}/${APP}:latest - docker push ${{ github.actor }}/${APP}:latest - echo "${{ github.actor }}/${APP}:${VERSION}" echo "${{ github.actor }}/${APP}:latest" \ No newline at end of file