Build image with latest tag always

Always build an image with a latest tag (as well as a sha commit hash) when there's a push to master
This commit is contained in:
E M 2026-04-09 20:12:06 +10:00
parent c0465a54b5
commit eabf5b0229
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ jobs:
with:
docker_file: docker/Dockerfile
dockerhub_repo: logosstorage/cs-codex-dist-tests
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
tag_latest: true
secrets: inherit

View File

@ -22,7 +22,7 @@ spec:
workload-type: "tests-runners-ci"
containers:
- name: runner
image: codexstorage/cs-codex-dist-tests:latest
image: logosstorage/cs-codex-dist-tests:latest
imagePullPolicy: Always
resources:
requests: