Refactor ci workflow
Some checks failed
ci / Image build (push) Successful in 7m45s
ci / Deployment (push) Failing after 4s

This commit is contained in:
Joris Bertomeu
2024-10-01 11:02:26 +02:00
parent 757eee9956
commit 813ce31720

View File

@@ -10,9 +10,8 @@ env:
IMAGE_TAG: ${{ github.sha }}
jobs:
docker:
Image build:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@@ -43,7 +42,9 @@ jobs:
- name: Inspect
run: |
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
Deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy to server
uses: appleboy/ssh-action@master
with: