Skip to content

Commit

Permalink
ci: fixed push action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Aug 20, 2023
1 parent 4e4ec06 commit 424d4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build:
- >
docker buildx build . --pull
--cache-from=$REGISTRY_DOMAIN/chrisleekr/multicloud-k8s-iac:cache
--build-arg BUILDKIT_INLINE_CACHE=1
--progress plain -t
$REGISTRY_DOMAIN/chrisleekr/multicloud-k8s-iac:build-$CI_COMMIT_SHORT_SHA
-t $REGISTRY_DOMAIN/chrisleekr/multicloud-k8s-iac:cache
Expand Down

0 comments on commit 424d4b5

Please sign in to comment.