dev-env/.forgejo/workflows
raphy b8cec40c08
Some checks failed
ci / checkout (push) Failing after 19s
test kanikjobs:
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
2025-01-31 14:42:31 +01:00
..
action.yaml test kanikjobs: 2025-01-31 14:42:31 +01:00