mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-04-24 01:55:56 +02:00
Introduce deployment part2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user