We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099f2da commit b14a6f6Copy full SHA for b14a6f6
.github/actions/build-push-images/action.yaml
@@ -63,7 +63,7 @@ runs:
63
shell: bash
64
env:
65
REGISTRY: ${{ inputs.registry }}
66
- TAG: ${{ inputs.tag }}
+ TAG: latest
67
run: |
68
echo "Pushing images to registry..."
69
docker compose -f ${{ inputs.compose-file }} push
.github/workflows/build-on-main.yaml
@@ -73,7 +73,7 @@ jobs:
73
uses: ./.github/actions/build-push-images
74
with:
75
push: true
76
- push-latest: false
+ push-latest: true
77
tag: ${{ env.VERSION }}
78
registry: ${{ env.CONTAINER_REGISTRY }}
79
0 commit comments