From 9a7feafa51b8a1e94720fe2d3286be531656032d Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 10 Feb 2025 19:55:12 -0500 Subject: [PATCH] More changes --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cca7482..de01b0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,9 +62,10 @@ jobs: linux/amd64 push: true tags: | - ${{env.VERSION_TAG}} - ${{env.LASTEST_TAG}} + latest +# ${{env.VERSION_TAG}} +# ${{env.LASTEST_TAG}} build-args: | - ${{steps.version_step.outputs.version}} +# ${{steps.version_step.outputs.version}} docker.savin.nyc/${{ github.event.repository.name }}:latest - docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }} +# docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }}