Skip to content

Fix quarkus gha

Fix quarkus gha #4

name: Build and Push Quarkus Image to Quay
on:
push:
branches:
- main
env:
LANG: en_US.UTF-8
IMAGE: ubi9-openjdk-17
jobs:
call-build:
uses: ./.github/workflows/build-quarkus.yml
with:
image: ubi9-openjdk-17
push-image:
- name: Push To Quay Action

Check failure on line 15 in .github/workflows/push-quarkus-to-quay.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-quarkus-to-quay.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build_image_spring.outputs.image }}
tags: ${{ steps.build_image_spring.outputs.tags }}
registry: quay.io/jmatsuok/jlink-tests
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}