Browse Source
ci: let's just see if we can get them building for now
master
Michael Bianco
1 year ago
No known key found for this signature in database
GPG Key ID: E5E32D3B0D0B4261
1 changed files with
5 additions and
5 deletions
-
.github/workflows/build_and_publish.yml
|
|
@ -18,11 +18,11 @@ jobs: |
|
|
|
- name: Setup Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v3 |
|
|
|
|
|
|
|
- name: Login to DockerHub |
|
|
|
uses: docker/login-action@v3 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
# - name: Login to DockerHub |
|
|
|
# uses: docker/login-action@v3 |
|
|
|
# with: |
|
|
|
# username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
# password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Build and Push Docker Images |
|
|
|
run: make all |
|
|
|