Skip to content

Commit 33737f9

Browse files
committed
Typo
1 parent f8e3553 commit 33737f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/alpha-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Alpha
1+
name: Build and Publish Alpha
22

33
on:
44
workflow_dispatch:
@@ -34,7 +34,7 @@ jobs:
3434
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
3535
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
3636

37-
- name: Build and push preprod image
37+
- name: Build and push alpha image
3838
uses: docker/[email protected]
3939
with:
4040
context: .

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build and Publish Hyperion Docker Images
1+
name: Build and Publish Hyperion Prod Image
22
on:
33
workflow_dispatch:
44
push:
55
tags:
66
- "v*.*.*"
77

88
jobs:
9-
docker:
9+
build-and-deploy-prod:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 10
1212

0 commit comments

Comments
 (0)