Skip to content

Commit

Permalink
Merge github.com:YONGHUNI/githubactions into main
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Jul 20, 2024
2 parents ed79a24 + d758544 commit 14c4435
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build
on:
push:
commit:
branches:
- main
branches:
- main
pull_request:
Expand Down Expand Up @@ -44,17 +41,3 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}


test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Test
run: docker build --no-cache --target test .
env:
DOCKER_BUILDKIT: 1

1 comment on commit 14c4435

@YONGHUNI
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

뭐지이거

Please sign in to comment.