From d101d5d0335a9f995258d097f5ba3c0a97fa93c1 Mon Sep 17 00:00:00 2001 From: lpm Date: Mon, 6 Oct 2025 00:33:13 -0400 Subject: [PATCH] updated github workflow to include additional descriptive tags --- .github/workflows/build-sveltekit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-sveltekit.yml b/.github/workflows/build-sveltekit.yml index 8c08737..736029e 100644 --- a/.github/workflows/build-sveltekit.yml +++ b/.github/workflows/build-sveltekit.yml @@ -33,6 +33,10 @@ jobs: uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }} + tags: | + type=raw,value=latest + type=raw,value=build-${{github.run_number}} + type=raw,value=${{ github.ref_name }} - name: Build and push Docker image uses: docker/build-push-action@v5