Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty authored Jul 22, 2024
1 parent 32f9042 commit 8f34dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Docker Image CI

on:
push:
branches: ["main"]
branches: main
pull_request:
branches: ["main"]
branches: main
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: dorasto/discordbot
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f34dff

Please sign in to comment.