Skip to content

Commit

Permalink
Fix error in build image github action
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Mai <[email protected]>
  • Loading branch information
mquhuy committed Nov 24, 2023
1 parent 0735852 commit 61cce9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
name: Build container images
runs-on: ubuntu-latest
if: github.repository == 'metal3-io/ip-address-manager'
permissions:
contents: read
steps:
Expand All @@ -21,7 +22,7 @@ jobs:
job_name: "metal3_ip-address-manager_container_image_building"
job_params: |
{
"BUILD_CONTAINER_IMAGE_NAME": "ip-address-manager"
"BUILD_CONTAINER_IMAGE_NAME": "ip-address-manager",
"BUILD_CONTAINER_IMAGE_BRANCH": "${{ github.ref }}"
}
job_timeout: "1000"

0 comments on commit 61cce9e

Please sign in to comment.