Skip to content

Commit

Permalink
Merge pull request #14 from builtbystack/get-graphql-schema
Browse files Browse the repository at this point in the history
get-graphql-schemaを追加
  • Loading branch information
Yamashou authored Oct 5, 2023
2 parents 1e052ed + 426e3fb commit 7ad5a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20230405, 20230822]
version: [20230822, 20231005]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
version: [20230405, 20230822]
version: [20230823, 20231005]
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions 20230405/Dockerfile → 20231005/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN set -eux && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
go install github.com/google/ko@v0.12.0 && \
go install github.com/sonatard/runenv@latest && \
go install github.com/gqlgo/get-graphql-schema@latest && \
rm -rf ${GOPATH}/src ${GOPATH}/pkg && \
\
# Artifact RegistryにPushするための認証設定
Expand Down

0 comments on commit 7ad5a88

Please sign in to comment.