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