Skip to content

Commit a7fdce0

Browse files
author
SebastianRzk
committed
setup multiarch build
1 parent 9b481b1 commit a7fdce0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/docker-to-docker-hub.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
15-
15+
-
16+
name: Login to Docker Hub
17+
uses: docker/login-action@v3
18+
with:
19+
username: ${{ secrets.DOCKER_USERNAME }}
20+
password: ${{ secrets.DOCKER_PASSWORD }}
21+
-
22+
name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
-
25+
name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v3
1627
-
1728
name: Build and push bord backup container
1829
id: docker_build_borg-backup-container

0 commit comments

Comments
 (0)