Skip to content

Testing on push

Testing on push #1

Workflow file for this run

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