Skip to content

Commit

Permalink
rm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Jan 27, 2024
1 parent aaeee48 commit c0b4e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: string
uses: ASzc/change-string-case-action@v2
uses: ASzc/change-string-case-action@v5
with:
string: ghcr.io/${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD requirements.txt /srv
RUN pip install --no-cache-dir -r /srv/requirements.txt

ADD src /srv
RUN rm /srv/.env
RUN rm -f /srv/.env
WORKDIR /srv


Expand Down

0 comments on commit c0b4e5a

Please sign in to comment.