Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MueFab authored Feb 9, 2025
1 parent 2228421 commit c2bd334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: '**/Dockerfile'
file: 'Dockerfile'
push: true
tags: muefab/genie:develop

Expand All @@ -260,7 +260,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: '**/Dockerfile'
file: 'Dockerfile'
push: true
tags: muefab/genie:latest

Expand All @@ -269,6 +269,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: '**/Dockerfile'
file: 'Dockerfile'
push: true
tags: muefab/genie:${{ github.ref_name }}

0 comments on commit c2bd334

Please sign in to comment.