Push OCI images to a registry.
- Shell 100%
|
|
||
|---|---|---|
| src | ||
| action.yaml | ||
| LICENSE | ||
| README.md | ||
Docker Push Action
Push OCI images to a registry.
Usage
- uses: https://forge.turtle-host.de/actions/docker-push@v1
with:
# List of image references to push. Separate by space or newline.
refs: |
forge.turtle-host.de/actions/docker-push:latest
forge.turtle-host.de/actions/docker-push:v1
Usage together with actions/docker-build
- id: build
uses: https://forge.turtle-host.de/actions/docker-build@v1
- uses: https://forge.turtle-host.de/actions/docker-push@v1
with:
refs: ${{ steps.build.outputs.refs }}