Skip to content

Commit

Permalink
ci: Remove redundant tag for dev container built on default branch. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Feb 1, 2024
1 parent 37c0502 commit 463db15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dev-container-publish:
--provenance false \
--push \
--tag ${CI_REGISTRY_IMAGE}:dev-py${PYTHON_VERSION} \
--tag ${CI_REGISTRY_IMAGE}:dev-py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
--target dev
services:
- docker:dind
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dev-container-publish:
--provenance false \
--push \
--tag ${CI_REGISTRY_IMAGE}:dev-py${PYTHON_VERSION} \
--tag ${CI_REGISTRY_IMAGE}:dev-py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
--target dev
services:
- docker:dind
Expand Down

0 comments on commit 463db15

Please sign in to comment.