mirror of
https://github.com/gshang2017/docker.git
synced 2025-07-23 00:48:23 +00:00
discosrv:1.29.3 relaysrv:1.29.3
This commit is contained in:
12
.github/workflows/syncthing-relay-discosrv.yml
vendored
12
.github/workflows/syncthing-relay-discosrv.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Set env'
|
||||
run: |
|
||||
@ -22,31 +22,31 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./syncthing-relay-discosrv
|
||||
file: ./syncthing-relay-discosrv/Dockerfile
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM syncthing/discosrv:1.29.2 AS discosrvbin
|
||||
FROM syncthing/relaysrv:1.29.2 AS relaysrvbin
|
||||
FROM syncthing/discosrv:1.29.3 AS discosrvbin
|
||||
FROM syncthing/relaysrv:1.29.3 AS relaysrvbin
|
||||
|
||||
FROM alpine:3.21
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
|
||||
|名称|版本|说明|
|
||||
|:-|:-|:-|
|
||||
|strelaysrv|1.29.2|amd64;arm64v8;arm32v7|
|
||||
|stdiscosrv|1.29.2|amd64;arm64v8;arm32v7|
|
||||
|strelaysrv|1.29.3|amd64;arm64v8;arm32v7|
|
||||
|stdiscosrv|1.29.3|amd64;arm64v8;arm32v7|
|
||||
|
||||
### docker命令行设置:
|
||||
|
||||
|
Reference in New Issue
Block a user