test
All checks were successful
Build and Deploy docker container / build (push) Successful in 36s

This commit is contained in:
Jonathan Branan 2024-10-27 19:29:52 -05:00
parent ae3bda17e1
commit 503f84fc7a

View File

@ -14,6 +14,9 @@ jobs:
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
uses: actions/setup-go@v3
with:
@ -38,9 +41,6 @@ jobs:
# restore-keys: |
# ${{ steps.get-hash.outputs.hash }}
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# -
# name: Login to Docker Hub
# uses: docker/login-action@v3
# with: