Try changing the value elsewhere
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
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
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@@ -52,4 +52,4 @@ jobs:
|
|||||||
context: ./SteamCMD-Installer
|
context: ./SteamCMD-Installer
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:steamcmd-installer
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Reference in New Issue
Block a user