This commit is contained in:
parent
84a14d52fe
commit
c084e1e50b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue