Skip to content

Commit

Permalink
ㅅㄷㄴㅅ
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed Sep 13, 2024
1 parent e46d16e commit fc443e6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name : create .env file
run : echo "${{secrets.env}}" >> .env

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.5

- name: Build Docker image
run: |
go build -v ./..
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit fc443e6

Please sign in to comment.