Skip to content

Commit c1d45cb

Browse files
committed
test
1 parent fe12936 commit c1d45cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-build-container.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
platforms: linux/amd64
3030
username: ${{ secrets.DOCKERHUB_USERNAME }}
3131

32+
docker-build-arm-container:
33+
runs-on: ubuntu-latest
34+
35+
steps:
36+
- name: Get repository name
37+
id: repo-basename
38+
run: |
39+
echo "repo=$(basename ${{ github.repository }})" >> "$GITHUB_OUTPUT"
40+
shell: bash
41+
3242
- name: Build docker image arm
3343
uses: senzing-factory/github-action-docker-buildx-build@v1
3444
with:

0 commit comments

Comments
 (0)