|
|
@@ -82,30 +82,30 @@ jobs: |
|
|
|
make POEDITOR_API_ACCESS="${POEDITOR_API_ACCESS}" POEDITOR_PROJECT_ID="306433" build |
|
|
|
twine upload dist/* |
|
|
|
docker: |
|
|
|
name: Push to DockerHub |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- |
|
|
|
name: Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v1 |
|
|
|
- |
|
|
|
name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v1 |
|
|
|
- |
|
|
|
name: Login to DockerHub |
|
|
|
uses: docker/login-action@v1 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
- |
|
|
|
name: Build and push |
|
|
|
id: docker_build |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
with: |
|
|
|
push: true |
|
|
|
file: ./Dockerfile |
|
|
|
platforms: linux/amd64,linux/arm64,linux/386 |
|
|
|
tags: kosmorro/kosmorro:latest |
|
|
|
- |
|
|
|
name: Image digest |
|
|
|
run: echo ${{ steps.docker_build.outputs.digest }} |
|
|
|
name: Push to DockerHub |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- |
|
|
|
name: Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v1 |
|
|
|
- |
|
|
|
name: Set up Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v1 |
|
|
|
- |
|
|
|
name: Login to DockerHub |
|
|
|
uses: docker/login-action@v1 |
|
|
|
with: |
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }} |
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
|
|
- |
|
|
|
name: Build and push |
|
|
|
id: docker_build |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
with: |
|
|
|
push: true |
|
|
|
file: ./Dockerfile |
|
|
|
platforms: linux/amd64,linux/arm64,linux/386 |
|
|
|
tags: kosmorro/kosmorro:latest |
|
|
|
- |
|
|
|
name: Image digest |
|
|
|
run: echo ${{ steps.docker_build.outputs.digest }} |