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 6d57848 commit c578f8eCopy full SHA for c578f8e
.github/workflows/build-docker.yml
@@ -30,9 +30,9 @@ jobs:
30
- name: build container image
31
env:
32
REGISTRY: ghcr.io/absaoss
33
- TAG: v2.7.3
+ TAG: v2.7.4
34
run: |
35
make docker-build
36
- name: publish image
37
38
- docker push ghcr.io/absaoss/cluster-api-aws-controller-amd64:v2.7.3
+ docker push ghcr.io/absaoss/cluster-api-aws-controller-amd64:v2.7.4
0 commit comments