Skip to content

Commit 0374a66

Browse files
authored
Merge pull request #14 from canonical/fix-publish
Update tag prefix in publilsh.yaml
2 parents a35184a + 6dfbb3b commit 0374a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches:
1111
- main
1212
tags:
13-
- v*
13+
- rev*
1414

1515
pull_request:
1616
branches:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish OCI Image and charm
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'rev*'
77

88
jobs:
99
build-and-publish-image:

0 commit comments

Comments
 (0)