Skip to content

πŸ“πŸ’„ beautify readme #21

πŸ“πŸ’„ beautify readme

πŸ“πŸ’„ beautify readme #21

Workflow file for this run

name: Build Crossbuild Docker Image
on:
push:
branches: ["main"]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
file: Dockerfile
tags: ghcr.io/web3-login/aleph-zero-login/aleph-zero-login:latest