You've already forked git-docker
Compare commits
5 Commits
1c3cafe37b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d9a6108a7c | |||
|
d7b284fced
|
|||
| bbe1ab415b | |||
|
f916992d9c
|
|||
| 3ab17849cc |
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- uses: docker/login-action@v4.0.0
|
||||
- uses: docker/login-action@v4.1.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- uses: docker/login-action@v4.0.0
|
||||
- uses: docker/login-action@v4.1.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- push-arm64
|
||||
- push-amd64
|
||||
steps:
|
||||
- uses: docker/login-action@v4.0.0
|
||||
- uses: docker/login-action@v4.1.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
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 \
|
||||
bash \
|
||||
|
||||
Reference in New Issue
Block a user