From 87b4a2bc8b7734e81b8656930d72294b20836bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Klintrup?= Date: Sat, 3 Feb 2024 20:59:49 +0100 Subject: [PATCH] Update docker tags in release workflow --- .github/workflows/release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ecef7de..f0b07e87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,13 +47,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ghcr.io/${{ github.actor }}/tenv:${{ github.ref_name }} - - name: Build and push docker latest tag - uses: docker/build-push-action@v5 - if: github.event_name == 'release' && github.event.action == 'released' - with: - push: true - tags: ghcr.io/${{ github.actor }}/tenv:latest - - name: debug - if: always() - run: echo ${{ github.event_name }} / ${{ github.event.action }} \ No newline at end of file + tags: ghcr.io/${{ github.actor }}/tenv:${{ github.ref_name }}, ghcr.io/${{ github.actor }}/tenv:latest