Some checks failed
ci / checkout (push) Failing after 19s
build: steps: - uses: actions/checkout@v3 - uses: docker/metadata-action@v3 id: metadata with: images: ghcr.io/${{ github.repository }} - uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: int128/kaniko-action@v1 with: push: true tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} cache: true cache-repository: ghcr.io/${{ github.repository }}/cacheo |
||
---|---|---|
.. | ||
action.yaml |