mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 12:12: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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in a new issue