Skip to content

Commit 1a5dd68

Browse files
authored
Merge pull request #52 from Recidiviz/dan/latest-image
fix: push `latest` tag and update README.md
2 parents 431a583 + c59000d commit 1a5dd68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
type=ref,event=pr
119119
type=semver,pattern={{version}}
120120
type=semver,pattern={{major}}.{{minor}}
121+
type=raw,value=latest,enable={{is_default_branch}}
121122
122123
- name: Create manifest list and push
123124
working-directory: ${{ runner.temp }}/digests

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ If you want to use docker image to start emulator, specify like the following.
113113
$ docker run -it ghcr.io/goccy/bigquery-emulator:latest --project=test
114114
```
115115

116-
* If you are using an M1 Mac ( and Docker Desktop ) you may get a warning. In that case please use `--platform linux/x86_64` option.
117-
118116
## How to use from bq client
119117

120118
### 1. Start the standalone server

0 commit comments

Comments
 (0)