You've already forked git-docker
Compare commits
10 Commits
2ca11505be
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d9a6108a7c | |||
|
d7b284fced
|
|||
| bbe1ab415b | |||
|
f916992d9c
|
|||
| 3ab17849cc | |||
|
1c3cafe37b
|
|||
| 923bba2a44 | |||
|
44eee99dd1
|
|||
| 28005760d5 | |||
|
a8c5c40631
|
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -35,10 +35,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- push-arm64
|
- push-arm64
|
||||||
- push-amd64
|
- push-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/alpine:3.23.3
|
FROM docker.io/library/alpine:3.23.4
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
|||||||
Reference in New Issue
Block a user