Compare commits
3 Commits
20241222-5
...
20241227-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03f2e3b1bf | ||
|
|
8bbb579d23 | ||
|
|
6448af071b |
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
@@ -27,14 +27,12 @@ permissions:
|
||||
|
||||
jobs:
|
||||
base:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
name: Build base image
|
||||
steps:
|
||||
# Configure build environment
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Fix https://github.com/actions/runner-images/issues/9959
|
||||
run: sudo apt-get autopurge -y needrestart
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
@@ -59,7 +57,7 @@ jobs:
|
||||
|
||||
publish:
|
||||
needs: [base]
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -69,8 +67,6 @@ jobs:
|
||||
# Configure build environment
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Fix https://github.com/actions/runner-images/issues/9959
|
||||
run: sudo apt-get autopurge -y needrestart
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ impl AbstractChannelUnreads for MongoDb {
|
||||
doc! {
|
||||
"$pull": {
|
||||
"mentions": {
|
||||
"$lt": message_id
|
||||
"$lte": message_id
|
||||
}
|
||||
},
|
||||
"$set": {
|
||||
|
||||
Reference in New Issue
Block a user