mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
6151c25a5a
commit
13216cb6bd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
- stage: publish docker image
|
- stage: publish docker image
|
||||||
if: tag IS present
|
if: (tag IS present) AND NOT (tag =~ [ab])
|
||||||
python: 3.6
|
python: 3.6
|
||||||
script:
|
script:
|
||||||
# Build and release to Docker Hub
|
# Build and release to Docker Hub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue