FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.1] - 2023-06-29
### Fixed
- `artifact-registry.yml`: remove `needs: build` to force the job to wait for tests to complete
successfully.
## [2.4.0] - 2023-06-28
### Added
......
......@@ -54,8 +54,6 @@ artifact-registry-push:
docker pull $gitlab_image
docker tag $gitlab_image $artifact_registry_image
docker push $artifact_registry_image
needs:
- build
tags:
- $GKE_RUNNER_TAG
rules:
......