Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14ed8482cd | ||
|
|
465370599f | ||
|
|
ca757019f5 | ||
|
|
ba07786819 | ||
|
|
f4a0813a9b | ||
|
|
335127481c | ||
|
|
0a0be176ce | ||
|
|
3bc49c1463 | ||
|
|
6748bc4ba4 | ||
|
|
c71241dcd7 | ||
|
|
d47181cfbe | ||
|
|
a0ba3f61f4 | ||
|
|
aef8acfe9f | ||
|
|
fb3d3146c8 | ||
|
|
ec332a519a | ||
|
|
7fe886a278 | ||
|
|
3458601402 |
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v7
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
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.'
|
stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
image: docker:20.10.22
|
image: docker:24.0.2
|
||||||
services:
|
services:
|
||||||
- docker:20.10.22-dind
|
- docker:24.0.2-dind
|
||||||
variables:
|
variables:
|
||||||
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
||||||
script:
|
script:
|
||||||
|
|||||||
1160
app/composer.lock
generated
1160
app/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user