Skip to content

Commit b14a6f6

Browse files
committed
push latest
1 parent 099f2da commit b14a6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-push-images/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
shell: bash
6464
env:
6565
REGISTRY: ${{ inputs.registry }}
66-
TAG: ${{ inputs.tag }}
66+
TAG: latest
6767
run: |
6868
echo "Pushing images to registry..."
6969
docker compose -f ${{ inputs.compose-file }} push

.github/workflows/build-on-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: ./.github/actions/build-push-images
7474
with:
7575
push: true
76-
push-latest: false
76+
push-latest: true
7777
tag: ${{ env.VERSION }}
7878
registry: ${{ env.CONTAINER_REGISTRY }}
7979

0 commit comments

Comments
 (0)