Skip to content

Commit b5f5e54

Browse files
committed
run build
1 parent 70c2c47 commit b5f5e54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-capi-vm-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build CAPI VM image with manual input
22

33
on:
4-
# push:
4+
push:
55

66
workflow_dispatch:
77
inputs:

.github/workflows/build-image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
# pull_request:
88

99
env:
1010
IMAGE_NAME: image-builder

.github/workflows/build-openstack-capi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
env:
2626
version: ${{ inputs.version }}
2727
tag: ${{ inputs.tag }}
28-
docker_image: "ghcr.io/elastisys/image-builder-amd64:Automate-production-of-CAPI-VM-images-562cecf0c7aba79f5006d5dc9736037fc846925f"
28+
docker_image: "ghcr.io/elastisys/image-builder-amd64:Automate-production-of-CAPI-VM-images-7461dbd4e9c3a972cf73d93904f1472270e5af99"
2929

3030
defaults:
3131
run:

0 commit comments

Comments
 (0)