Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed May 25, 2024
1 parent e791f39 commit f04eeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
java:
needs: build
uses: ./.github/workflows/java.yml
ansible:
needs: build
uses: ./.github/workflows/ansible.yml
fedora-packager:
needs: build
uses: ./.github/workflows/fedora-packager.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
containerfiles: ${{ inputs.containerfile-path }}/Containerfile
context: ${{ inputs.context-path }}
oci: true
build-args: |
IMAGE_TAG=${{ inputs.image-tag }}
- name: Push image
uses: redhat-actions/push-to-registry@v2
id: push
Expand Down

0 comments on commit f04eeec

Please sign in to comment.