We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4d75a commit adb029aCopy full SHA for adb029a
.github/workflows/build.yaml
@@ -15,6 +15,7 @@ jobs:
15
- run: |
16
set -e -x -u -o pipefail
17
repo=ghcr.io/treebeardtech/dev-images; tag=latest
18
+ docker pull $repo:$tag
19
docker pull hello-world
20
docker tag hello-world $repo:$tag
21
# devcontainer build \
0 commit comments