Skip to content

Commit

Permalink
Update prod GitHub workflow with directory structure, remove use of t…
Browse files Browse the repository at this point in the history
…ag for now
  • Loading branch information
enrico-ghidoni committed Jul 14, 2024
1 parent d57c219 commit 195a6dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/stable-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v4
with:
path: 'discord-owlbot'
-
name: Build the Docker image
run: docker build . --file Dockerfile --tag cntoarma/owlbot:latest
working-directory: discord-owlbot
run: docker build . --file Dockerfile --tag cntoarma/owlbot:1.0.0
-
name: Authenticate to CNTO DockerHub
uses: docker/login-action@v3
Expand All @@ -26,4 +29,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Publish image to DockerHub
run: docker image push cntoarma/owlbot:latest
run: docker image push cntoarma/owlbot:1.0.0

0 comments on commit 195a6dc

Please sign in to comment.