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
# 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
+
# 2. Create CR_PAT variable under Settings / Secrets
4
+
5
+
name: Docker
6
+
7
+
env:
8
+
FETCHER_IMAGE_VERSION: 3.15.0
9
+
BASE_IMAGE_VERSION: commit-f2d623ca9d270c2ce8560d2ca0f9ce71b105aff2 # See https://hub.docker.com/r/gitpod/workspace-base/tags
10
+
11
+
# NOTE: DO NOT CHANGE THIS IS TMP IMAGE NAME
12
+
IMAGE_NAME: image
13
+
14
+
jobs:
15
+
# Run tests.
16
+
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
0 commit comments