4 Commits

Author SHA1 Message Date
renovate[bot]
7fe886a278 Update docker Docker tag to v23 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-18 19:07:36 +00:00
renovate[bot]
3458601402 Update docker Docker tag to v20.10.23 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 19:40:19 +00:00
renovate[bot]
32870cc447 Update actions/stale action to v7 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-22 22:24:13 +00:00
renovate[bot]
0efe142ea0 Update docker Docker tag to v20.10.22 (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-17 20:33:54 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'

View File

@@ -5,9 +5,9 @@ build:
stage: build
only:
- tags
image: docker:20.10.20
image: docker:23.0.1
services:
- docker:20.10.20-dind
- docker:23.0.1-dind
variables:
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
script: