refactor: v2 #5
@@ -3,7 +3,7 @@ name: Build and Release Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v2
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_amd64:
|
build_amd64:
|
||||||
@@ -77,9 +77,6 @@ jobs:
|
|||||||
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
||||||
docker manifest push gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}
|
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 \
|
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 }}-amd64 \
|
||||||
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
gitea.t000-n.de/t.behrendt/backupsidecar:${{ github.sha }}-arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user