Skip to content

Commit

Permalink
fix stupid typo in 17x workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Jan 2, 2024
1 parent 62bea9b commit 208e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-17x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker login -u $HUB_NAME -p $HUB_KEY
docker build . --pull --no-cache --file Dockerfile --tag zocker160/handbrake-nvenc:latest
docker tag zocker160/handbrake-nvenc:latest zocker160/handbrake-nvenc:16x
docker tag zocker160/handbrake-nvenc:latest zocker160/handbrake-nvenc:17x
docker push zocker160/handbrake-nvenc:latest
docker push zocker160/handbrake-nvenc:17x

0 comments on commit 208e880

Please sign in to comment.