You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# 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
3
3
# 2. Create CR_PAT variable under Settings / Secrets
4
4
5
-
name: BUILD Docker
5
+
name: BUILD
6
6
7
7
on:
8
8
release:
@@ -14,7 +14,7 @@ env:
14
14
BASE_IMAGE_VERSION: commit-f2d623ca9d270c2ce8560d2ca0f9ce71b105aff2 # See https://hub.docker.com/r/gitpod/workspace-base/tags
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# 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
3
3
# 2. Create CR_PAT variable under Settings / Secrets
4
4
5
-
name: TEST Docker
5
+
name: TEST
6
6
7
7
on:
8
8
push:
@@ -17,8 +17,6 @@ env:
17
17
IMAGE_NAME: image
18
18
19
19
jobs:
20
-
# Run tests.
21
-
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
0 commit comments