Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
"Fixed" indentation errors
  • Loading branch information
DrB-S authored Oct 31, 2023
1 parent 5c7f8dd commit 3e2697c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
ename: HeatCluster pull
name: HeatCluster pull

on: [push]
build:
runs-on: ubuntu-latest

steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docker login
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
- run: |
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
- run:|
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: docker build HeatCluster
- run: |
docker build ./python3 DrB-S/HeatCluster:latest
- name:docker build HeatCluster
- run:|
docker build ./python3 DrB-S/HeatCluster:latest

0 comments on commit 3e2697c

Please sign in to comment.