Skip to content

chore: update xmtp and node #2

chore: update xmtp and node

chore: update xmtp and node #2

Workflow file for this run

name: Build and Push Docker Images
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and push Docker image API
uses: docker/build-push-action@v2
with:
context: .
file: ./apps/api/Dockerfile
push: true
tags: chainjet/api:latest