From 391c8bc14ece6f90afa9b66a40a22b5bd0e52a92 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Fri, 30 Jan 2026 21:38:33 +0000 Subject: [PATCH] Change Docker tag from 'latest' to 'prod' --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70a4ffb..f5ec937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,4 +38,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ${{ secrets.REGISTRY_URL }}/beammp/website:${{ github.REF_NAME }}, ${{ secrets.REGISTRY_URL }}/beammp/website:latest + tags: ${{ secrets.REGISTRY_URL }}/beammp/website:${{ github.REF_NAME }}, ${{ secrets.REGISTRY_URL }}/beammp/website:prod