build: create amd64/arm64 compatible docker images (#23)
This commit is contained in:
4
.github/workflows/cleanup.yml
vendored
4
.github/workflows/cleanup.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user