Skip to content

Commit b109fe2

Browse files
authored
Update docker-image.yml
1 parent 97154a8 commit b109fe2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/[email protected]
2929
- name: Calc coverage
30+
env:
31+
ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN_TESTS }}
32+
ACCESS_USERNAME: html_sample
3033
run: |
3134
cd src
3235
go test -v ./... -covermode=count -coverprofile=coverage.out
@@ -66,4 +69,4 @@ jobs:
6669
6770
- name: Push Image
6871
run: |
69-
docker push ghcr.io/jarpsimoes/git_http_server:${{ steps.vars.outputs.tag }}
72+
docker push ghcr.io/jarpsimoes/git_http_server:${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)