Skip to content

Commit 7b791cd

Browse files
committed
Update GitHub Actions workflow with proper secrets handling
1 parent a1eb400 commit 7b791cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,6 @@ jobs:
139139
140140
- name: Cleanup Resources
141141
run: |
142-
docker-compose -f docker/docker-compose.full.yml down
142+
docker-compose -f docker/docker-compose.full.yml down
143+
144+

0 commit comments

Comments
 (0)