Skip to content

Merge branch 'oni-validator:main' into main #1

Merge branch 'oni-validator:main' into main

Merge branch 'oni-validator:main' into main #1

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- main # Trigger the action only when code is pushed to the main branch
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: kw1k/yoda:latest