Skip to content

chore: delete empty file with no contents #1

chore: delete empty file with no contents

chore: delete empty file with no contents #1

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to the GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./agents
file: ./agents/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/clay-i-agent:latest,ghcr.io/${{ github.repository_owner }}/clay-i-agent:v14