Testing on push #1
Workflow file for this run
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
name: demisto/dockerfiles-info/full_build | |
on: | |
push: | |
branches: | |
# - master | |
- '**' | |
jobs: | |
update_repo_info: | |
runs-on: ubuntu-latest | |
container: | |
image: devdemisto/dockerbuild:1.0.0.25778 | |
steps: | |
- uses: actions/[email protected] | |
# # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions | |
# Ensure parameter if_key_exists is set correctly | |
- name: Install SSH key | |
uses: shimataro/[email protected] | |
with: | |
key: "${{ secrets.CIRCLE_CI_SSH_KEY }}" | |
name: circle_ci_id_rsa | |
known_hosts: "${{ secrets.CIRCLE_CI_KNOWN_HOSTS }}" | |
if_key_exists: fail | |
- name: Update Docker Repo Info | |
run: "./update-repository-info.sh" | |
- uses: actions/[email protected] | |
with: | |
path: artifacts |