mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
Update docker.yml
This commit is contained in:
parent
243bf8915a
commit
6c5f172c42
1 changed files with 1 additions and 6 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -10,11 +10,6 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: ['linux/amd64', 'linux/386', 'linux/arm64', 'linux/arm/v7']
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -42,6 +37,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./contrib/docker
|
context: ./contrib/docker
|
||||||
file: ./contrib/docker/Dockerfile
|
file: ./contrib/docker/Dockerfile
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: linux/amd64,linux/386
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/purplei2p/i2pd:latest
|
tags: ghcr.io/purplei2p/i2pd:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue