Skip to content

Commit 21ecebc

Browse files
committed
check dockerhub user
1 parent abd8bce commit 21ecebc

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI to test
22

3-
on: pull_request
3+
on: push
44

55
jobs:
66
build:
@@ -13,11 +13,6 @@ jobs:
1313

1414
name: Python ${{ matrix.node-version }} on ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v2
17-
18-
# Build Docker Image
19-
- name: Build Docker image
20-
uses: docker/build-push-action@v4
21-
with:
22-
path: .
23-
push: false
16+
- run: |
17+
SECRET="${{ secrets.DOCKERHUB_USERNAME }}"
18+
printf '%s' "$SECRET" | od -An -tx1 | tr -d ' \n'

0 commit comments

Comments
 (0)