Skip to content

Commit e7c29a3

Browse files
Fix CI naming
1 parent ac095a6 commit e7c29a3

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. Create PAT with `read:packages` and `write:packages` see https://docs.github.com/en/free-pro-team@latest/packages/guides/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry
33
# 2. Create CR_PAT variable under Settings / Secrets
44

5-
name: BUILD Docker
5+
name: BUILD
66

77
on:
88
release:
@@ -14,7 +14,7 @@ env:
1414
BASE_IMAGE_VERSION: commit-f2d623ca9d270c2ce8560d2ca0f9ce71b105aff2 # See https://hub.docker.com/r/gitpod/workspace-base/tags
1515

1616
jobs:
17-
test:
17+
build:
1818
runs-on: ubuntu-latest
1919

2020
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 1. Create PAT with `read:packages` and `write:packages` see https://docs.github.com/en/free-pro-team@latest/packages/guides/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry
33
# 2. Create CR_PAT variable under Settings / Secrets
44

5-
name: TEST Docker
5+
name: TEST
66

77
on:
88
push:
@@ -17,8 +17,6 @@ env:
1717
IMAGE_NAME: image
1818

1919
jobs:
20-
# Run tests.
21-
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
2220
test:
2321
runs-on: ubuntu-latest
2422

0 commit comments

Comments
 (0)