Skip to content

Commit b3157f4

Browse files
committed
Merge branch 'ci'
2 parents 389ddd4 + eb8fd25 commit b3157f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: login DockerHub
38-
uses: docker/login-action@v3
39-
with:
40-
username: ${{ secrets.DOCKER_USERNAME }}
41-
password: ${{ secrets.DOCKER_PASSWORD }}
38+
uses: docker/login-action@v3
39+
with:
40+
username: ${{ secrets.DOCKER_USERNAME }}
41+
password: ${{ secrets.DOCKER_PASSWORD }}
4242

4343
- name: build and push docker image
44-
uses: docker/build-push-action@v4
45-
with:
46-
push: true
47-
tags: ${{ secrets.DOCKER_USERNAME }}/catalog:latest
48-
file: ./Dockerfile
49-
context: .
44+
uses: docker/build-push-action@v4
45+
with:
46+
push: true
47+
tags: ${{ secrets.DOCKER_USERNAME }}/catalog:latest
48+
file: ./Dockerfile
49+
context: .
5050

5151
app_upload_artifact:
5252
needs: app_build

0 commit comments

Comments
 (0)