Skip to content

Commit

Permalink
fix image tag in workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange committed Apr 11, 2024
1 parent 859a644 commit 816911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Build and start Docker image
run: |
docker build ${{ needs.check-new-version.outputs.channel }} && ./start-docker.sh
docker build ${{ needs.check-new-version.outputs.channel }} -t image && ./start-docker.sh
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
Expand Down

0 comments on commit 816911d

Please sign in to comment.