mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-13 21:17:05 +00:00
Compare commits
3 Commits
20241222-1
...
20241222-4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a17165c24 | ||
|
|
d7213fa409 | ||
|
|
479f0402ca |
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
@@ -27,12 +27,14 @@ permissions:
|
||||
|
||||
jobs:
|
||||
base:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
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
|
||||
|
||||
@@ -57,7 +59,7 @@ jobs:
|
||||
|
||||
publish:
|
||||
needs: [base]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name != 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -67,6 +69,8 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user