Rename workflow and remove latest tag from Docker build
• Rename docker-build-main to manual • Remove latest tag from metadata
This commit is contained in:
parent
6a2a592224
commit
4dfbe5e2db
1 changed files with 0 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ jobs:
|
||||||
images: ghcr.io/${{ github.repository }}
|
images: ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ steps.get_tag.outputs.tag }}
|
type=raw,value=${{ steps.get_tag.outputs.tag }}
|
||||||
type=raw,value=latest
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
@ -65,5 +64,4 @@ jobs:
|
||||||
echo "Docker image built and pushed successfully!"
|
echo "Docker image built and pushed successfully!"
|
||||||
echo "Image tags:"
|
echo "Image tags:"
|
||||||
echo " - ghcr.io/${{ github.repository }}:${{ steps.get_tag.outputs.tag }}"
|
echo " - ghcr.io/${{ github.repository }}:${{ steps.get_tag.outputs.tag }}"
|
||||||
echo " - ghcr.io/${{ github.repository }}:latest"
|
|
||||||
echo "Latest Git tag used: ${{ steps.get_tag.outputs.tag }}"
|
echo "Latest Git tag used: ${{ steps.get_tag.outputs.tag }}"
|
||||||
Loading…
Add table
Reference in a new issue