Update docker-image.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user