From b97fa29f22a3986fc8212cd58fab292f33713962 Mon Sep 17 00:00:00 2001 From: janf Date: Wed, 15 Nov 2023 09:48:17 +0100 Subject: [PATCH] improve tags on build --- .github/workflows/build_and_deploy.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index c562ae1..ced1aac 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -29,15 +29,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} -# - name: Extract Titiler version -# - uses: actions/setup-python@v4 -# with: -# python-version: '3.10' -# run: python -m pip install titiler && echo "TITILER_VERSION=$(python -c 'from titiler.application import __version__;print(__version__)')" >> $GITHUB_ENV -# #echo "GITHUB_SHA_SHORT=$(python -c 'from src/cogserver')" >> $GITHUB_ENV -# #run: python my_script.py -# - name: Echo Titiler version -# run: echo "za tit versions is {{ env.TITILER_VERSION }}" - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v5 @@ -50,5 +41,7 @@ jobs: context: . file: Dockerfile push: ${{ github.ref == 'refs/heads/main'}} - tags: ${{ steps.tag.outputs.tag }} + tags: | + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }} + labels: ${{ steps.meta.outputs.labels }}