Skip to content

Commit

Permalink
ci: add tooling/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Feb 23, 2024
1 parent bb90a41 commit e7d940e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./tooling/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./tooling/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:dev
Expand Down

0 comments on commit e7d940e

Please sign in to comment.