Continue troubleshooting Gitea bug
This commit is contained in:
@@ -17,14 +17,12 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
GITHUB_TOKEN:
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
# - name: Check out the repo
|
|
||||||
# uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -38,12 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Echo metadata
|
|
||||||
run: echo "Tags=${{ steps.meta.outputs.tags }} Labels=${{ steps.meta.outputs.labels }}"
|
|
||||||
|
|
||||||
- name: Echo meta step
|
|
||||||
run: echo "${{ steps.meta.outputs }}"
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user