Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • prosper/gitlab-ci-cd
1 result
Show changes
Commits on Source (4)
......@@ -4,10 +4,10 @@ stages:
- build
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.10
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.11
alias: docker
image: ghcr.io/griefed/gitlab-ci-cd:2.2.10
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
variables:
project_name: $CI_PROJECT_NAME
......@@ -23,7 +23,7 @@ workflow:
test docker:
stage: test
image: ghcr.io/griefed/gitlab-ci-cd:2.2.10
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
before_script:
- docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -45,7 +45,7 @@ test docker:
release:
needs: ['test docker']
image: ghcr.io/griefed/gitlab-ci-cd:2.2.10
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
stage: release
script:
- npx semantic-release
......@@ -59,7 +59,7 @@ release:
build:
stage: build
image: ghcr.io/griefed/gitlab-ci-cd:2.2.10
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
before_script:
- docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
## [2.2.12](https://git.griefed.de/prosper/gitlab-ci-cd/compare/2.2.11...2.2.12) (2023-07-01)
### 🦊 CI/CD
* Update installed packages in Docker container. ([7dcb6b5](https://git.griefed.de/prosper/gitlab-ci-cd/commit/7dcb6b52af922bd3d413938434ebcb2a806c2bb1))
### Other
* **deps:** update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.11 ([cd99346](https://git.griefed.de/prosper/gitlab-ci-cd/commit/cd99346e0d1104a07b4b9822a8600e474eb2b114))
## [2.2.11](https://git.griefed.de/prosper/gitlab-ci-cd/compare/2.2.10...2.2.11) (2023-06-01)
......
......@@ -61,7 +61,7 @@ libtirpc-1.3.2-r1
libtirpc-conf-1.3.2-r1
libuuid-2.37.4-r0
libverto-0.3.2-r0
libx11-1.7.3.1-r0
libx11-1.7.3.1-r1
libxau-1.0.9-r0
libxcb-1.14-r2
libxcomposite-0.4.5-r0
......@@ -77,7 +77,7 @@ musl-utils-1.2.2-r9
ncurses-libs-6.3_p20211120-r2
ncurses-terminfo-base-6.3_p20211120-r2
nghttp2-libs-1.51.0-r0
nodejs-18.16.0-r0
nodejs-18.16.1-r0
npm-8.1.3-r0
nspr-4.32-r0
nss-3.78.1-r0
......