Browse Source

ci: let's just see if we can get them building for now

master
Michael Bianco 7 months ago
parent
commit
f0f483d4f4
No known key found for this signature in database GPG Key ID: E5E32D3B0D0B4261
  1. 10
      .github/workflows/build_and_publish.yml

10
.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

Loading…
Cancel
Save