Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HazemAlindari authored Feb 21, 2024
1 parent 8be292d commit 0de137e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- shell: bash
- uses: actions/checkout@v2
- name: docker login
env:
SDOCKERUSER: ${{secrets.DOCKER_USERNAME}}
SDOCKERPASSWORD: ${{secrets.DOCKER_PASSWORD}}
run:
docker login -u "$SDOCKERUSER" -p "$SDOCKERPASSWORD"
docker login -u $SDOCKERUSER -p $SDOCKERPASSWORD
- name: Build the Docker image
run: docker build . --progress plain --tag hazemjaki/chipyard:S{{ github.sha }}

Expand Down

0 comments on commit 0de137e

Please sign in to comment.