-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
| # 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working