Skip to content

Commit cca17b7

Browse files
ci(docker): push latest tag
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent ca53fed commit cca17b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ jobs:
138138
push: 'true'
139139
platforms: linux/amd64,linux/arm64
140140
tags: clevercloud/clever-operator:${{ github.sha }}
141+
- uses: docker/build-push-action@v6
142+
if: ${{ github.ref == 'refs/heads/main' }}
143+
with:
144+
context: .
145+
push: 'true'
146+
platforms: linux/amd64,linux/arm64
147+
tags: clevercloud/clever-operator:latest
141148
docker-build-and-push-openshift-manifest:
142149
name: Docker build and push openshift manifest
143150
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)