We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389ddd4 + eb8fd25 commit b3157f4Copy full SHA for b3157f4
.github/workflows/ci.yml
@@ -35,18 +35,18 @@ jobs:
35
runs-on: ubuntu-latest
36
steps:
37
- name: login DockerHub
38
- uses: docker/login-action@v3
39
- with:
40
- username: ${{ secrets.DOCKER_USERNAME }}
41
- password: ${{ secrets.DOCKER_PASSWORD }}
+ uses: docker/login-action@v3
+ with:
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
42
43
- name: build and push docker image
44
- uses: docker/build-push-action@v4
45
46
- push: true
47
- tags: ${{ secrets.DOCKER_USERNAME }}/catalog:latest
48
- file: ./Dockerfile
49
- context: .
+ uses: docker/build-push-action@v4
+ push: true
+ tags: ${{ secrets.DOCKER_USERNAME }}/catalog:latest
+ file: ./Dockerfile
+ context: .
50
51
app_upload_artifact:
52
needs: app_build
0 commit comments