Skip to content

use bash as interpreter #4

use bash as interpreter

use bash as interpreter #4

Workflow file for this run

on:
push
jobs:
build_and_push:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: testovacia_akcia
uses: ./
with:
registry: "quay.io"
registry_namespace: namespace
registry_username: username
registry_token: mytoken
dockerfile: dockerfile
tag: tag
image_name: imagename
readme: README.md
quay_application_token: secretsQUAY_IMAGE_SCLORG_UPDATE_DESC
# - name: Get directory
# run: ls
#
# - run: echo "${{ github.action_path }}" >> "$GITHUB_PATH"
# shell: bash
#
# - name: Get directory
# run: ls
#
# - name: Upload README to quay.io registry
# run: update_quay_description.py
# shell: python