Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Apr 27, 2024
1 parent e4eccc9 commit dad1c1a
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build

on:
push:
branches:
- main
# branches:
# - main
paths-ignore:
- '**.md'
- 'redmined'
Expand Down Expand Up @@ -43,12 +43,14 @@ jobs:

- name: Test
uses: ./.github/actions/test

- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.IMAGE_TAG }}
test-tag: ${{ env.TEST_TAG }}

# - name: Build and push
# uses: docker/build-push-action@v5
# with:
# context: .
# platforms: linux/amd64,linux/arm64
# push: true
# tags: ${{ env.IMAGE_TAG }}

0 comments on commit dad1c1a

Please sign in to comment.