Skip to content

Commit 91cdfa3

Browse files
fixmeeee
1 parent f74f459 commit 91cdfa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build and push Docker image
22

33
on:
44
- push

.github/workflows/docker-compose-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Test the stack using docker compose
22

33
on:
44
- workflow_call
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Set the DOCKER_APP_IMAGE environment variable
20-
run: echo "ghcr.io/${GITHUB_REPOSITORY,,}:sha-${GITHUB_SHA:0:7}" >> "$GITHUB_ENV"
20+
run: echo "DOCKER_APP_IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}:sha-${GITHUB_SHA:0:7}" >> "$GITHUB_ENV"
2121

2222
- name: Dump the environment
2323
run: env | sort

0 commit comments

Comments
 (0)