parent
82b0f990a2
commit
6eef29511e
2 changed files with 9 additions and 8 deletions
|
@ -4,13 +4,9 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||
entrypoint: [""]
|
||||
image: docker:dind
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using kaniko
|
||||
- name: build using dind
|
||||
run: |
|
||||
- /kaniko/executor
|
||||
--context "${GITHUB_WORKSPACE}"
|
||||
--dockerfile "${GITHUB_WORKSPACE}/Dockerfile"
|
||||
--destination "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}:${GITHUB_REF}"
|
||||
docker build -t code.lab.cowley.tech/${GITHUB_REPOSITORY}:${GITHUB}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue