build: create amd64/arm64 compatible docker images (#23)

This commit is contained in:
l3uddz
2021-02-22 18:24:11 +00:00
committed by GitHub
parent 10a70f1da2
commit 7472fcbf0c
3 changed files with 76 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ jobs:
if: startsWith(github.event.ref_type, 'branch') == true
runs-on: ubuntu-latest
steps:
- name: Sanitize branch docker tag
- name: docker tag
uses: frabert/replace-string-action@master
id: dockertag
with:
@@ -16,7 +16,7 @@ jobs:
replace-with: '-'
flags: 'g'
- name: Remove branch docker tag
- name: remove docker tag
shell: bash
env:
username: ${{ secrets.DOCKER_USERNAME }}