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