Skip to content

move build tags to version table in readme #6

move build tags to version table in readme

move build tags to version table in readme #6

name: Dockerimage 1.6.x
on:
push:
branches:
- master
jobs:
handbrake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: 'master'
- name: Build the Docker image
env:
HUB_NAME: ${{ secrets.DOCKER_NAME }}
HUB_KEY: ${{ secrets.DOCKER_TOKEN }}
run: |
docker login -u $HUB_NAME -p $HUB_KEY
docker build . --pull --no-cache --file Dockerfile.16x --tag zocker160/handbrake-nvenc:16x
docker push zocker160/handbrake-nvenc:16x