mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-25 10:39:28 +00:00
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:
parent
c0465a54b5
commit
eabf5b0229
2
.github/workflows/docker-runner.yml
vendored
2
.github/workflows/docker-runner.yml
vendored
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user