diff --git a/.github/workflows/data.yaml b/.github/workflows/data.yaml index 546864e1..5aaf2ed2 100644 --- a/.github/workflows/data.yaml +++ b/.github/workflows/data.yaml @@ -3,9 +3,7 @@ on: schedule: - cron: 0 * * * * workflow_dispatch: {} - push: - paths: - - .github/workflows/data.yml + jobs: scheduled: runs-on: ubuntu-latest diff --git a/.github/workflows/deploy_docker.yml b/.github/workflows/deploy_docker.yml index 361dc624..50cc2fed 100644 --- a/.github/workflows/deploy_docker.yml +++ b/.github/workflows/deploy_docker.yml @@ -19,51 +19,15 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push (latest) id: docker_build_latest - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: file: ./.docker/Dockerfile push: true - tags: leoafarias/fvm:latest - - # deploy-docker-latest: - # name: Docker Deploy - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v1 - - # - name: Set up QEMU - # uses: docker/setup-qemu-action@v1 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v1 - - # - name: Login to DockerHub - # uses: docker/login-action@v1 - # with: - # username: ${{ secrets.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} - - # - name: Build and push - # id: docker_build - # uses: docker/build-push-action@v2 - # with: - # file: ./.docker/Dockerfile - # push: true - # tags: leoafarias/fvm:${{ github.event.release.tag_name }} - # build-args: FVM_VERSION=${{ github.event.release.tag_name }} - - # - name: Build and push Alpine image - # id: docker_build_alpine - # uses: docker/build-push-action@v2 - # with: - # file: ./.docker/alpine/Dockerfile - # push: true - # tags: leoafarias/fvm-alpine:${{ github.event.release.tag_name }} - # build-args: FVM_VERSION=${{ github.event.release.tag_name }} + tags: leoafarias/fvm:{{ github.event.release.tag_name }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0262c8b3..4c2400a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.0.0-dev.1 +## 3.0.0-alpha.1 - Implemented .gitignore notice to setup `fvm` - Configure vscode automatically diff --git a/pubspec.yaml b/pubspec.yaml index e0bc86ce..4df09619 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 3.0.0-dev.1 +version: 3.0.0-alpha.1 homepage: https://github.com/leoafarias/fvm environment: