Continue troubleshooting actions

This commit is contained in:
2024-01-15 17:14:47 -06:00
parent 12516c1e02
commit 0c66031d80

View File

@@ -9,8 +9,8 @@ on:
env: env:
REGISTRY: gitea.taco.quest REGISTRY: gitea.taco.quest
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
GITHUB_TOKEN: '' GITHUB_TOKEN: ""
ACTIONS_RUNTIME_TOKEN: '' ACTIONS_RUNTIME_TOKEN: ""
jobs: jobs:
build-and-push-image: build-and-push-image:
@@ -20,6 +20,10 @@ jobs:
contents: read contents: read
packages: write packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
steps: steps:
- name: Prepare the container - name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh