Skip to content

fix: repository name must be lowercase #3

fix: repository name must be lowercase

fix: repository name must be lowercase #3

Workflow file for this run

name: Build and push Docker image
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/pkuoriginalfire/pot-bot:latest