From c6faba62c4da28041a47e53cb852125b63a077e1 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:03:39 -0500 Subject: [PATCH] feat: Update Docker GH actions --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'