Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
335127481c | ||
|
|
0a0be176ce | ||
|
|
3bc49c1463 | ||
|
|
6748bc4ba4 | ||
|
|
c71241dcd7 | ||
|
|
d47181cfbe | ||
|
|
a0ba3f61f4 | ||
|
|
aef8acfe9f | ||
|
|
fb3d3146c8 |
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:23.0.1
|
image: docker:23.0.5
|
||||||
services:
|
services:
|
||||||
- docker:23.0.1-dind
|
- docker:23.0.5-dind
|
||||||
variables:
|
variables:
|
||||||
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
||||||
script:
|
script:
|
||||||
|
|||||||
930
app/composer.lock
generated
930
app/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user