update to sha256 for checksum verification (#407)

* update sha1 to sha256 for checksum validation

* switch jinja templating to docker build-args
This commit is contained in:
Paul Robertson
2021-09-02 10:01:54 -04:00
committed by GitHub
parent f84fee3624
commit f3dc109e7e
5 changed files with 23 additions and 32 deletions

View File

@ -9,8 +9,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: pip install jinja2
- name: build
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

View File

@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: pip install jinja2
- name: build
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}