Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed May 12, 2023
1 parent d512549 commit f32abaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-images-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ env:
on:
workflow_call:
inputs:
ref:
required: true
type: string
new_images_tag:
required: true
type: string
Expand Down Expand Up @@ -37,12 +34,6 @@ jobs:

steps:

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
set_new_images_as_latest: false
push: true
new_images_tag: ${{ steps.extract.outputs.version }}
ref: main

release:
needs: [build-images]
Expand Down

0 comments on commit f32abaf

Please sign in to comment.