Skip to content

Commit

Permalink
Lowecase username manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 22, 2023
1 parent b2092a6 commit e4e08a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
with:
context: .
load: true
tags: ${{ github.repository }}:test
tags: minituff/nautical-backup:test

- name: Test Docker image
# docker run --rm "${{ fromJSON(steps.meta.outputs.json).tags[0] }}-test"
run: |
cd tests
docker run --rm ${{ github.repository }}:test \
docker run --rm minituff/nautical-backup:test \
--name nautical-backup \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /source:/app/source \
Expand Down

0 comments on commit e4e08a3

Please sign in to comment.