add ci
This commit is contained in:
parent
ee2e5217f2
commit
58e3582a68
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
@ -28,23 +28,19 @@ on:
|
||||
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.$DOCKER_USERNAME }}
|
||||
password: ${{ secrets.$DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Build and push
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user