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
8b04dfd2c8
commit
28547d7a6e
1 changed files with 1 additions and 4 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
@ -2,9 +2,6 @@ name: Build Docker containers
|
|||
|
||||
on: push
|
||||
|
||||
env:
|
||||
IMAGE_NAME: i2pd
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
name: For ${{ matrix.platform }}
|
||||
|
@ -47,4 +44,4 @@ jobs:
|
|||
file: ./contrib/docker/Dockerfile
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
tags: ${{ IMAGE_ID }}:latest
|
||||
tags: ghcr.io/purplei2p/i2pd:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue