Skip to content

workaround until will be merged: https://github.com/actions/runner/pull/1684 #687

@github-actions

Description

@github-actions

# FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684

runs:
  using: "composite"
  steps:
    - shell: bash
      # FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
      run: mkdir -p ./self-actions/ && cp -r $GITHUB_ACTION_PATH/../../* ./self-actions/

    - id: docker-setup
      uses: ./self-actions/docker/setup
      with:
        oci-registry: ${{ inputs.oci-registry }}
        oci-registry-username: ${{ inputs.oci-registry-username }}
        oci-registry-password: ${{ inputs.oci-registry-password }}
        built-images: ${{ inputs.built-images }}

    - shell: bash
      # FIXME: workaround until will be merged: https://github.com/actions/runner/pull/1684
      run: rm -fr ./self-actions

    - id: create-images-manifests
      name: Create images manifests and push

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions