Skip to content

Commit

Permalink
chore: bump release workflow image (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Mar 4, 2024
1 parent aeb67b5 commit 1ec5d12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
publish:
docker:
- image: oryd/sdk:v0.0.51
- image: oryd/sdk:v0.0.52
working_directory: /sdk
steps:
- checkout
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- Dockerfile
- .github/workflows/docker-ci.yaml
- scripts/build/**
branches:
- master
concurrency:
Expand All @@ -14,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: sudo chown runner:docker /var/run/docker.sock
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -24,11 +26,6 @@ jobs:
tags: oryd/sdk:${{ github.sha }}
push: false
outputs: type=docker,dest=./sdk.tar
- name: upload artifacts
uses: actions/upload-artifact@v2
with:
name: oryd-sdk-${{ github.sha }}
path: ./sdk.tar
- name: run generate.sh and test.sh
run: |
docker load --input ./sdk.tar
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/install-dart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
fi

# Unzip the downloaded file
unzip dart-sdk.zip
unzip -q dart-sdk.zip

# Remove the downloaded file
rm dart-sdk.zip
Expand Down

0 comments on commit 1ec5d12

Please sign in to comment.