Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsgoff committed Jun 2, 2023
1 parent 6e249e9 commit 5276d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
refs:
- tags

build:
build-master:
stage: build
services: []
variables:
Expand All @@ -25,4 +25,4 @@ build:
- echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"${CI_DOCKERHUB_AUTH}\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --build-arg TAG=master --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/main --destination=${ACCOUNT}/${CI_PROJECT_NAME}:${CI_PIPELINE_IID} --destination=${ACCOUNT}/${CI_PROJECT_NAME}:master
only:
main
- master

0 comments on commit 5276d9a

Please sign in to comment.