Try changing the value elsewhere

This commit is contained in:
2024-01-22 15:10:56 -06:00
parent 732e8acff9
commit a5b88cf635

View File

@@ -44,7 +44,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=raw,value=latest,enable={{is_default_branch}}
tags: type=raw,value=steamcmd-installer,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
@@ -52,4 +52,4 @@ jobs:
context: ./SteamCMD-Installer
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:steamcmd-installer
labels: ${{ steps.meta.outputs.labels }}