Skip to content

Commit e11c719

Browse files
committed
Update docker-image.yml
1 parent 9f264bc commit e11c719

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22-
- name: Set up QEMU
23-
uses: docker/setup-qemu-action@v3
24-
with:
25-
platforms: linux/arm/v7
26-
2722
- name: Log in to the Container registry
2823
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2924
with:
@@ -48,42 +43,6 @@ jobs:
4843
push: true
4944
tags: ${{ steps.metaDirector.outputs.tags }}
5045
labels: ${{ steps.metaDirector.outputs.labels }}
51-
platforms: linux/arm/v7
52-
53-
# Process for the `storage` subfolder
54-
- name: Extract metadata (tags, labels) for Docker (storage)
55-
id: metaStorage
56-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
57-
with:
58-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/bareos-storage
59-
tags: |
60-
# set latest tag for default branch
61-
type=raw,value=latest,enable={{is_default_branch}}
62-
63-
- name: Build and push Docker image (storage)
64-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
65-
with:
66-
context: ./storage
67-
push: true
68-
tags: ${{ steps.metaStorage.outputs.tags }}
69-
labels: ${{ steps.metaStorage.outputs.labels }}
70-
platforms: linux/arm/v7
46+
platforms: linux/amd64
7147

72-
# Process for the `webui` subfolder
73-
- name: Extract metadata (tags, labels) for Docker (webui)
74-
id: metaWebui
75-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
76-
with:
77-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/bareos-webui
78-
tags: |
79-
# set latest tag for default branch
80-
type=raw,value=latest,enable={{is_default_branch}}
8148

82-
- name: Build and push Docker image (webui)
83-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
84-
with:
85-
context: ./webui
86-
push: true
87-
tags: ${{ steps.metaWebui.outputs.tags }}
88-
labels: ${{ steps.metaWebui.outputs.labels }}
89-
platforms: linux/arm/v7

0 commit comments

Comments
 (0)