Use Kubernetes driver
Some checks failed
ci / build (push) Failing after 1m22s

This commit is contained in:
Eric Meehan 2025-02-18 17:15:52 -05:00
parent f2df48bced
commit 255dc03e57

View File

@ -10,17 +10,19 @@ on:
jobs: jobs:
build: build:
runs-on: catthehacker-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: kubernetes
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ vars.DOCKERHUB_USERNAME }} username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: