diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e7d73d..5165027 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,24 +17,24 @@ jobs: fetch-depth: 0 - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1 id: app_name with: file: 'fly.toml' field: 'app' - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: 🔑 Fly Registry Auth - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: registry.fly.io username: x password: ${{ secrets.FLY_API_TOKEN }} - name: 🐳 Docker build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . target: deploy @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1 id: app_name with: file: 'fly.toml'