Skip to content

Commit 737b0ed

Browse files
committed
ci: remove docker hub config
1 parent ca1c396 commit 737b0ed

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/main.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@ jobs:
5454
black --check .
5555
isort --check-only --profile black .
5656
57-
docker:
58-
needs: [test, lint]
59-
runs-on: ubuntu-latest
60-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
61-
steps:
62-
- uses: actions/checkout@v3
57+
# docker:
58+
# needs: [test, lint]
59+
# runs-on: ubuntu-latest
60+
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
61+
# steps:
62+
# - uses: actions/checkout@v3
6363

64-
- name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@v2
64+
# - name: Set up Docker Buildx
65+
# uses: docker/setup-buildx-action@v2
6666

67-
- name: Login to Docker Hub
68-
uses: docker/login-action@v2
69-
with:
70-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
71-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
67+
# - name: Login to Docker Hub
68+
# uses: docker/login-action@v2
69+
# with:
70+
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
71+
# password: ${{ secrets.DOCKER_HUB_TOKEN }}
7272

73-
- name: Build and push
74-
uses: docker/build-push-action@v4
75-
with:
76-
context: .
77-
push: true
78-
tags: |
79-
${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:latest
80-
${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:${{ github.sha }}
81-
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:latest
82-
cache-to: type=inline
73+
# - name: Build and push
74+
# uses: docker/build-push-action@v4
75+
# with:
76+
# context: .
77+
# push: true
78+
# tags: |
79+
# ${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:latest
80+
# ${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:${{ github.sha }}
81+
# cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/ignition-rag:latest
82+
# cache-to: type=inline

0 commit comments

Comments
 (0)