We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53fed commit cca17b7Copy full SHA for cca17b7
.github/workflows/ci.yml
@@ -138,6 +138,13 @@ jobs:
138
push: 'true'
139
platforms: linux/amd64,linux/arm64
140
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
148
docker-build-and-push-openshift-manifest:
149
name: Docker build and push openshift manifest
150
runs-on: ubuntu-latest
0 commit comments