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 # name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3 # uses: docker/setup-buildx-action@v3
# - -
# name: Log in to the Container registry name: Log in to the Container registry
# uses: docker/login-action@v3 uses: docker/login-action@v3
# with: with:
# registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }} username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
# - # -
# name: Docker metadata # name: Docker metadata
# id: meta # id: meta