Skip to content

Commit

Permalink
fix: Test with the wip branch
Browse files Browse the repository at this point in the history
  • Loading branch information
anoop2811 committed Jan 7, 2024
1 parent fc7fabe commit dd20e58
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:
- 'main'
- 'dev'
- 'v*.*.*'
- 'wip-github-actions'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
- 'dev'
- 'v*.*.*'
- 'wip-github-actions'

permissions:
contents: read
Expand All @@ -26,15 +28,15 @@ permissions:
jobs:
build-fern-reporter:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
# Get the repositery's code
- name: Checkout
uses: actions/checkout@v4

# https://github.com/docker/setup-qemu-action

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# https://github.com/docker/setup-buildx-action

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -47,8 +49,7 @@ jobs:
username: ${{ secrets.FERN_DOCKER_USER }}
password: ${{ secrets.FERN_DOCKER_SECRET }}

-
name: Docker meta
- name: Docker meta
id: meta_fern_reporter
uses: docker/metadata-action@v5
with:
Expand All @@ -65,7 +66,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
Expand Down

0 comments on commit dd20e58

Please sign in to comment.