Skip to content

Commit

Permalink
feat(ci): update
Browse files Browse the repository at this point in the history
  • Loading branch information
2075 committed Jun 27, 2023
1 parent c140440 commit a70df96
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/api-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ on:
branches: [ "dev" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the API Docker image
- run: docker build -t gamedao/api:latest -f packages/api/Dockerfile .
- uses: actions/checkout@v3
- name: Build the API Docker image
- run: docker build -t gamedao/api:latest -f packages/api/Dockerfile .

0 comments on commit a70df96

Please sign in to comment.