Skip to content

Commit ba52a78

Browse files
authored
chore: update canary image
1 parent b039295 commit ba52a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-push-test-image.yml renamed to .github/workflows/build-and-push-canary-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Build and Push Test Image
1+
name: Build and Push Canary Image
22

33
on:
44
push:
55
branches: [main]
66

77
jobs:
8-
build-and-push-test-image:
8+
build-and-push-canary-image:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read
@@ -46,7 +46,7 @@ jobs:
4646
flavor: |
4747
latest=false
4848
tags: |
49-
type=raw,value=test
49+
type=raw,value=canary
5050
5151
- name: Build and Push
5252
id: docker_build

0 commit comments

Comments
 (0)