Update docker-image.yml

This commit is contained in:
2024-11-08 12:15:50 +01:00
committed by GitHub
parent 3749140d66
commit 81658230eb
-8
View File
@@ -24,14 +24,6 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- 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
# Change to Brache archlinux # Change to Brache archlinux
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: