Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius authored May 21, 2022
1 parent 616c758 commit f239927
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: ci
on:
push:
branches: [ main, develop ]

env:
IMAGE_NAME: "thepromidius/manga-tagger"
jobs:
docker_dev:
name: Build Nightly Docker if Develop push
Expand All @@ -23,7 +24,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: promidius/manga-tagger:nightly
tags: ${{ env.IMAGE_NAME }}:nightly
docker_stable:
name: Build Stable Docker if Main push
runs-on: ubuntu-latest
Expand All @@ -46,4 +47,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: promidius/manga-tagger:latest
tags: ${{ env.IMAGE_NAME }}:latest

0 comments on commit f239927

Please sign in to comment.