Skip to content

Commit

Permalink
testing multi-arch docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Burnwal committed Sep 16, 2024
1 parent 8a8a34f commit bcbc424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build-multi-arch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: ci-docker-multi-arch
on:
push:
branches:
- multi-arch
workflow_dispatch:

jobs:
Expand All @@ -19,7 +22,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

# - name: Get Release Tag
# run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v[0-9].[0-9]+.[0-9]+*"
branches:
- main
jobs:
build-and-push:
name: Build base image
Expand Down

0 comments on commit bcbc424

Please sign in to comment.