Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Aug 24, 2023
1 parent bb85ede commit 14bd9e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- deployment-generator-v2
paths:
- subnet/deployment-generator
# paths:
# - subnet/deployment-generator
tags:
- '*'

Expand All @@ -23,8 +23,8 @@ jobs:
uses: actions/checkout@v3
- name: Docker login
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_ACCESS_TOKEN}}
DOCKER_USERNAME: ${{DockerHub.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{DockerHub.DOCKER_ACCESS_TOKEN}}
run: |
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Expand Down

0 comments on commit 14bd9e6

Please sign in to comment.