Skip to content

Commit

Permalink
fix: Docker build action (#211)
Browse files Browse the repository at this point in the history
* fix: Docker build action repo name

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

* Add workflow dispatch to docker build action

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

---------

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
  • Loading branch information
TannerGabriel authored Feb 19, 2023
1 parent b645693 commit c04dca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
docker:
Expand All @@ -28,4 +29,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/TannerGabriel/discord-bot:latest
ghcr.io/tannergabriel/discord-bot:latest

0 comments on commit c04dca3

Please sign in to comment.