diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de01b0d..95aa7c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,9 +63,12 @@ jobs: push: true tags: | latest + build-args: | + docker.savin.nyc/${{ github.event.repository.name }}:latest + +# build-args: | +# ${{steps.version_step.outputs.version}} +# docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }} +# tags: | # ${{env.VERSION_TAG}} # ${{env.LASTEST_TAG}} - build-args: | -# ${{steps.version_step.outputs.version}} - docker.savin.nyc/${{ github.event.repository.name }}:latest -# docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }}