Update docker-image.yml

This commit is contained in:
2024-11-08 12:22:17 +01:00
committed by GitHub
parent 81658230eb
commit 6625cdb1b5
+8
View File
@@ -29,6 +29,14 @@ jobs:
with:
ref: archlinux
- name: Build and push Docker image for latest tag
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: daniel156161/borgbackup-ssh:latest
platforms: linux/amd64
- name: Build and push Docker image for archlinux tag
uses: docker/build-push-action@v5
with: