From e38d3b91798f55e515003202c8b89be5542c2ff8 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 30 Oct 2024 22:49:06 +0100 Subject: [PATCH] Introduce deployment part2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f10240..b88f5cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,12 @@ jobs: - { display-name: 'deploy-rocm', docker-file: 'Dockerfile.rocm', image-slug: 'facefusion/facefusion:${{ github.ref_name }}-rocm' } steps: - name: Login - uses: docker/login-action@v4 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: docker build -f ${{ matrix.config.docker-file }} -t ${{ matrix.config.image-slug }} . - name: Deploy