refactor: v2 #5
@@ -3,7 +3,7 @@ name: Build and Release Docker Image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_amd64:
|
||||
@@ -77,9 +77,6 @@ jobs:
|
||||
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
||||
docker manifest push gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}
|
||||
|
||||
- name: Optionally tag manifest as latest
|
||||
if: ${{ inputs.latest == true }}
|
||||
run: |
|
||||
docker manifest create gitea.t000-n.de/t.behrendt/backupsidecar:latest \
|
||||
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-amd64 \
|
||||
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
||||
|
||||
Reference in New Issue
Block a user