fixed image
This commit is contained in:
parent
462980ced4
commit
2b0239e099
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
build-golang-ci-lint:
|
build-golang-ci-lint:
|
||||||
uses: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
with:
|
with:
|
||||||
dockerfile: './Dockerfile'
|
dockerfile: './Dockerfile'
|
||||||
context: './golang-ci-lint'
|
context: './golang-ci-lint'
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
build-kaniko:
|
build-kaniko:
|
||||||
uses: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
with:
|
with:
|
||||||
dockerfile: './Dockerfile'
|
dockerfile: './Dockerfile'
|
||||||
context: './kaniko'
|
context: './kaniko'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM --platform=linux/amd64 v1.62-alpine
|
FROM --platform=linux/amd64 golangci/golangci-lint:v1.62-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
Loading…
Reference in a new issue