Skip to content

Commit d4e6ef6

Browse files
authored
Merge pull request #20 from heliaxdev/update-0.48
update to 0.48.3
2 parents fefe7a3 + cb99835 commit d4e6ef6

File tree

8 files changed

+2706
-1432
lines changed

8 files changed

+2706
-1432
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
push:
1010
branches:
1111
- master
12+
tags:
13+
- 'v*'
1214
pull_request:
1315
branches:
1416
- master
@@ -61,7 +63,7 @@ jobs:
6163
with:
6264
context: .
6365
file: Dockerfile
64-
push: ${{ github.ref == 'refs/heads/master' }}
66+
push: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/tags/v*' }}
6567
tags: ${{ steps.meta.outputs.tags }}
6668
labels: ${{ steps.meta.outputs.labels }}
6769
cache-from: type=gha

0 commit comments

Comments
 (0)