Skip to content

Commit 720d501

Browse files
committed
Fix YAML syntax for tag list
- Bump version: v0.4.7 -> 0.4.8
1 parent 28801fa commit 720d501

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
context: .
5151
push: true
5252
tags: |
53-
- astrochun/github-stats-pages:${{ env.RELEASE_VERSION }}
54-
- astrochun/github-stats-pages:latest
55-
- ghcr.io/astrochun/github-stats-pages:${{ env.RELEASE_VERSION }}
56-
- ghcr.io/astrochun/github-stats-pages:latest
53+
astrochun/github-stats-pages:${{ env.RELEASE_VERSION }}
54+
astrochun/github-stats-pages:latest
55+
ghcr.io/astrochun/github-stats-pages:${{ env.RELEASE_VERSION }}
56+
ghcr.io/astrochun/github-stats-pages:latest

github_stats_pages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.7"
1+
__version__ = "0.4.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='github-stats-pages',
11-
version='0.4.7',
11+
version='0.4.8',
1212
packages=['github_stats_pages'],
1313
scripts=['scripts/get_repo_list',
1414
'scripts/gts_run_all_repos',

0 commit comments

Comments
 (0)