Commit graph

22 commits

Author SHA1 Message Date
b8cec40c08
test kanikjobs:
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
2025-01-31 14:42:31 +01:00
6c68132651 Update .forgejo/workflows/action.yaml
Some checks failed
ci / checkout (push) Failing after 14s
2025-01-31 13:18:20 +00:00
2dc232dd00 Update .forgejo/workflows/action.yaml
Some checks failed
ci / checkout (push) Failing after 0s
2025-01-31 13:16:46 +00:00
352a0c6696 Update .forgejo/workflows/action.yaml
Some checks failed
ci / checkout (push) Failing after 2s
try lxc
2025-01-31 13:12:14 +00:00
14b766d46d
use rootless dind
Some checks failed
ci / checkout (push) Failing after 15s
2025-01-31 06:02:23 +01:00
ce00b3b8ec
use dind
Some checks failed
ci / checkout (push) Failing after 49s
2025-01-31 05:59:48 +01:00
eeca9aec4e
wait for docker
Some checks failed
ci / checkout (push) Failing after 30s
2025-01-31 05:52:44 +01:00
1d689dc258
install openrc
Some checks failed
ci / checkout (push) Failing after 41s
2025-01-31 05:50:40 +01:00
42e4e6a8a3
start docker
Some checks failed
ci / checkout (push) Failing after 21s
2025-01-31 05:49:04 +01:00
2e10aac8ef
secure password, try different flags?
Some checks failed
ci / checkout (push) Failing after 29s
2025-01-31 05:45:40 +01:00
dd8f1159a2
install docker
Some checks failed
ci / checkout (push) Failing after 13s
2025-01-31 05:42:52 +01:00
f64921284a
use docker on alpine
Some checks failed
ci / checkout (push) Failing after 12s
2025-01-31 05:41:52 +01:00
7a3501b64d
add nodejs
Some checks failed
ci / checkout (push) Failing after 12s
2025-01-31 05:38:16 +01:00
3568b397d3
set image properly
Some checks failed
ci / checkout (push) Failing after 29s
2025-01-31 05:37:10 +01:00
39a47c4261
use alpine and podman
Some checks failed
ci / checkout (push) Failing after 5s
2025-01-31 05:32:11 +01:00
8b992abad4
use single big action
Some checks failed
ci / checkout (push) Failing after 21s
2025-01-31 05:29:18 +01:00
0cf977a5a5
use action to install docker
Some checks failed
ci / build (push) Failing after 8s
ci / update (push) Failing after 3s
ci / checkout (push) Failing after 2m1s
2025-01-31 05:27:29 +01:00
8c13c48ac9
use docker
Some checks failed
ci / build (push) Failing after 5s
ci / checkout (push) Successful in 7s
ci / update (push) Failing after 4s
2025-01-31 05:23:52 +01:00
c444a7e5d1
let action run on debian
Some checks failed
ci / build (push) Failing after 4s
ci / update (push) Failing after 4s
ci / checkout (push) Successful in 10s
2025-01-31 05:21:22 +01:00
f7d7429ce3
test action
Some checks failed
ci / build (push) Failing after 4s
ci / update (push) Failing after 4s
ci / checkout (push) Successful in 12s
2025-01-31 05:18:57 +01:00
6b50682e1b
change run-on label
Some checks failed
ci / docker (push) Failing after 1m6s
2025-01-31 01:15:39 +01:00
1fe88dff18
add a workflow
Some checks are pending
ci / docker (push) Waiting to run
2025-01-31 01:14:32 +01:00