Skip to content

Commit d8efd5b

Browse files
committed
attempting to fix environment variables
1 parent b5cd729 commit d8efd5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
branches: ["deploy"]
66

7-
jobs:
8-
env:
7+
env:
98
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
109
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
10+
11+
jobs:
1112

1213
build:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)