test
Some checks failed
Create and publish a Docker image / docker (push) Failing after 13s

This commit is contained in:
William Floyd 2025-04-10 14:46:16 -05:00
parent 538084d177
commit 645f98a32c
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -16,13 +16,13 @@ jobs:
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# -
# name: Log in to the Container registry
# uses: docker/login-action@v3
# with:
# registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
-
name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Docker metadata
# id: meta