mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
Upload to the docker repository only images from the master branch (#569)
This commit is contained in:
parent
48d48e595e
commit
1a07edfed4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-ubuntu-image.yml
vendored
2
.github/workflows/docker-ubuntu-image.yml
vendored
|
@ -3,6 +3,8 @@ name: Docker Ubuntu 20.04 image
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue