Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed May 13, 2023
1 parent 80cd65d commit 3f33021
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-images-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
submodules: true

- name: Checkout repository
uses: actions/checkout@v3
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }}
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

build-images:
needs: [generate-next-semantic-version]
uses: ./.github/workflows/build-images-workflow.yaml
uses: "./.github/workflows/build-images-workflow.yaml"
with:
set_new_images_as_latest: false
push: true
new_images_tag: ${{needs.generate-next-semantic-version.outputs.version}}
ref: ${{ github.sha }}
ref: main

release:
needs: [build-images]
Expand Down

0 comments on commit 3f33021

Please sign in to comment.