From c084e1e50bf6dc33ca8c48b36a426ce7e50576b4 Mon Sep 17 00:00:00 2001 From: raphy Date: Fri, 31 Jan 2025 14:57:06 +0100 Subject: [PATCH] remove scary spaces --- .forgejo/workflows/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index 296056f..71f0051 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -13,8 +13,6 @@ jobs: run: apk add git nodejs - name: Checkout uses: actions/checkout@v4 - # - name: Login - # run: echo ${{secrets.TOKEN }} docker login -u deke -p ${{ secrets.TOKEN }} git.dekedin.me - uses: docker/login-action@v1 with: registry: git.dekedin.me @@ -26,8 +24,6 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} cache: true - # - name: Build - # run: podman build -t devenv . - name: Push image run: docker push devenv git.dekedin.me/deke/dev-env