Skip to content

Commit da27a1d

Browse files
authored
Merge pull request #141 from EGA-archive/develop_timestamps
adding correct version in gh action
2 parents d8b6eb4 + 950d18e commit da27a1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ['main']
66
tags:
7-
- 'v*.*-'
7+
- 'v*.*-*'
88
env:
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: ${{ github.repository }}

beacon/conf/api_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
api_version: v2.0-dd437bc
1+
api_version: v2.0-18aee9d

0 commit comments

Comments
 (0)