Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
morooi committed Jul 20, 2023
1 parent 954dd2b commit 9120858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Get project dependencies
run: go mod download

- name: Build Code
- name: Build code
run: go build -v -o ${{ env.ASSET_NAME }}

- name: Upload files to Artifacts
Expand All @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Copy Dockerfile
run: copy .github/workflows/Dockerfile ./
run: cp .github/workflows/Dockerfile ./

- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 9120858

Please sign in to comment.