Change Docker tag from 'latest' to 'prod'

This commit is contained in:
Starystars67
2026-01-30 21:38:33 +00:00
committed by GitHub
parent 84d63cb84d
commit 391c8bc14e

View File

@@ -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