You've already forked jq-docker
Compare commits
8 Commits
5236497c97
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
bc53a1957d
|
|||
| 7cc295fd3e | |||
|
17c3e98b6c
|
|||
| e8074c1e89 | |||
|
e4e04331cf
|
|||
| 34674a4155 | |||
|
35dba6efe6
|
|||
| fb09e00e7b |
@@ -16,7 +16,9 @@ jobs:
|
||||
runs-on: ubuntu-latest-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- name: Build image
|
||||
@@ -34,7 +36,9 @@ jobs:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
|
||||
- name: Build image
|
||||
|
||||
@@ -10,10 +10,12 @@ jobs:
|
||||
runs-on: ubuntu-latest-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- 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 }}
|
||||
@@ -36,10 +38,12 @@ jobs:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- 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 }}
|
||||
@@ -64,7 +68,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 }}
|
||||
@@ -98,4 +102,4 @@ jobs:
|
||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||
--src-username volker.raschek \
|
||||
docker://git.cryptic.systems/volker.raschek/jq:${TAG} \
|
||||
docker://docker.io/volkerraschek/jq:${TAG}
|
||||
docker://docker.io/volkerraschek/jq:${TAG}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.23.3 AS build
|
||||
FROM docker.io/library/alpine:3.23.4 AS build
|
||||
|
||||
ARG JQ_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user