Skip to content

fix: Use std@0.177.0 on hostile.js because of std/node deprecation #57

fix: Use std@0.177.0 on hostile.js because of std/node deprecation

fix: Use std@0.177.0 on hostile.js because of std/node deprecation #57

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
docker-build:
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
tags: a891/cleanerbot:latest
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}