diff --git a/.github/workflows/guestbook_service.yml b/.github/workflows/guestbook_service.yml index f2a11c8..6a3aceb 100644 --- a/.github/workflows/guestbook_service.yml +++ b/.github/workflows/guestbook_service.yml @@ -98,7 +98,7 @@ jobs: - name: Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.4 + uses: superfly/flyctl-actions@1.5 with: args: "deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}" env: