Continue troubleshooting Gitea bug

This commit is contained in:
2024-01-15 16:52:35 -06:00
parent a43f137d19
commit fc710fe580

View File

@@ -9,7 +9,6 @@ on:
env:
REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }}
ACTION_RUNTINE_TOKEN: ""
jobs:
build-and-push-image:
@@ -23,8 +22,8 @@ jobs:
- name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Check out the repo
uses: actions/checkout@v4
# - name: Check out the repo
# uses: actions/checkout@v4
- name: Log in to registry
uses: docker/login-action@v3
@@ -41,6 +40,7 @@ jobs:
- name: Echo metadata
run: echo "Tags=${{ steps.meta.outputs.tags }} Labels=${{ steps.meta.outputs.labels }}"
run: echo "${{ steps.meta.outputs }}"
- name: Build and push Docker image
uses: docker/build-push-action@v5