remove scary spaces
Some checks are pending
ci / checkout (push) Waiting to run

This commit is contained in:
R.J. 2025-01-31 14:57:06 +01:00
parent 84a14d52fe
commit c084e1e50b
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -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