Skip to content

Commit

Permalink
fix(gitactions): update github actions to new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc committed Oct 20, 2024
1 parent 535e612 commit c17d27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
file: ./Dockerfile
tags: |
ghcr.io/rishikanthc/scriberr:${{ github.ref_name }}
# cache-from: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
file: ./Dockerfile.debian
file: ./Dockerfile
tags: |
ghcr.io/rishikanthc/scriberr:nightly
Expand Down

0 comments on commit c17d27b

Please sign in to comment.