Skip to content

Commit 1e98e4f

Browse files
committed
temp
1 parent 43c3ca5 commit 1e98e4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
name: Parseable CI Workflow
1010

11+
env:
12+
REGISTRY: ghcr.io
13+
IMAGE_NAME: ${{ github.repository }}
14+
1115
jobs:
1216

1317
# docker-compose-test:
@@ -32,6 +36,7 @@ jobs:
3236
# run: docker build .
3337

3438
build-and-push-image:
39+
name: Build and push Docker image to GitHub Container Registry
3540
runs-on: ubuntu-latest
3641
permissions:
3742
contents: read

0 commit comments

Comments
 (0)