tetsing commit, this needs to be removed soon #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push | |
jobs: | |
build_and_push: | |
runs-on: ubuntu-20.04 | |
steps: | |
- 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 |