Update docker-image.yml
This commit is contained in:
@@ -29,6 +29,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: archlinux
|
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
|
- name: Build and push Docker image for archlinux tag
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user